Html Css Color HEX #323B78 Torea Bay

📋 copy color: '#323B78'

red 50 ◦ green 59 ◦ blue 120

#323B78
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torea Bay #323B78

Tints of Torea Bay #323B78

RGB

 RED value IS 50 (19.92% from 255) = 21.83%

 GREEN value IS 59 (23.44% from 255) = 25.76%

 BLUE value IS 120 (47.27% from 255) = 52.4%

R = 21.83%
G = 25.76%
B = 52.4%

CMYK

 C value IS 0.58

 M value IS 0.51

 Y value IS 0

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#323B78 (or 0x323B78) is known color: Torea Bay. HEX triplet: 32, 3B and 78. RGB value is (50,59,120). Sum of RGB (Red+Green+Blue) = 50+59+120=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 59 (23.44% from 255 or 25.76% from 229); Blue value is 120 (47.27% from 255 or 52.40% from 229); Max value from RGB is 120 - color contains mainly: blue. Hex color #323B78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323B78 is #CDC487. Grayscale: #3F3F3F. Windows color (decimal): -13485192 or 7879474. OLE color: 7879474.

HSL color Cylindrical-coordinate representation of color #323B78: hue angle of 232.29º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #323B78 is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 59 120 -
CMYK 0.58 0.51 0 0.53
HSL 232.29º 0.41% 0.33% -
HSV(B) 232.29º 0.58% 0.47% -
XYZ 6.27 5.16 18.44 -
YUV 63.26 160.02 118.54 -
System Red Green Blue C M Y K H S L
Decimal 50 59 120 0.58 0.51 0 0.53 232.29 0.41 0.33
Hex 32 3B 78 3A 33 0 35 E8 29 21
Octal 62 73 170 72 63 0 65 350 51 41
Binary 110010 111011 1111000 111010 110011 0 110101 11101000 101001 100001

Color Harmonies of #323B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323B78

Black with #323B78

Text Example


Text Example

White with #323B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323B78; }

 p { color: rgb(50,59,120); }

 H1.HeaderClassName
 {
   color: #323B78;
 }
 .AnyTagClassName
 {
   color: #323B78;
 }
</style>

background-color css

<style>
 a { background-color: #323B78; }

 a { background-color: rgb(50,59,120); }

 div.DivClassName
 {
   background-color: #323B78;
 }
 .BgClassName
 {
   background-color: #323B78;
 }
</style>

border-color css

<style>
 span { border-color: #323B78; }

 span { border-color: rgb(50,59,120); }

 td.TdClassName
 {
   border-color: #323B78;
 }
 .TagClassName
 {
   border-color: #323B78;
 }
</style>