Html Css Color HEX #323C78 Torea Bay

📋 copy color: '#323C78'

red 50 ◦ green 60 ◦ blue 120

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

Shades of Torea Bay #323C78

Tints of Torea Bay #323C78

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.09%

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

R = 21.74%
G = 26.09%
B = 52.17%

CMYK

 C value IS 0.58

 M value IS 0.5

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#323C78 (or 0x323C78) is known color: Torea Bay. HEX triplet: 32, 3C and 78. RGB value is (50,60,120). Sum of RGB (Red+Green+Blue) = 50+60+120=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 120 (47.27% from 255 or 52.17% from 230); Max value from RGB is 120 - color contains mainly: blue. Hex color #323C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323C78 is #CDC387. Grayscale: #3F3F3F. Windows color (decimal): -13484936 or 7879730. OLE color: 7879730.

HSL color Cylindrical-coordinate representation of color #323C78: hue angle of 231.43º 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 #323C78 is Cyan = 0.58, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 60 120 -
CMYK 0.58 0.5 0 0.53
HSL 231.43º 0.41% 0.33% -
HSV(B) 231.43º 0.58% 0.47% -
XYZ 6.32 5.27 18.45 -
YUV 63.85 159.69 118.12 -
System Red Green Blue C M Y K H S L
Decimal 50 60 120 0.58 0.5 0 0.53 231.43 0.41 0.33
Hex 32 3C 78 3A 32 0 35 E7 29 21
Octal 62 74 170 72 62 0 65 347 51 41
Binary 110010 111100 1111000 111010 110010 0 110101 11100111 101001 100001

Color Harmonies of #323C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323C78

Black with #323C78

Text Example


Text Example

White with #323C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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