Html Css Color HEX #323C79 Torea Bay

📋 copy color: '#323C79'

red 50 ◦ green 60 ◦ blue 121

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

Shades of Torea Bay #323C79

Tints of Torea Bay #323C79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 52.38%

R = 21.65%
G = 25.97%
B = 52.38%

CMYK

 C value IS 0.59

 M value IS 0.50

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#323C79 (or 0x323C79) is known color: Torea Bay. HEX triplet: 32, 3C and 79. RGB value is (50,60,121). Sum of RGB (Red+Green+Blue) = 50+60+121=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 121 (47.66% from 255 or 52.38% from 231); Max value from RGB is 121 - color contains mainly: blue. Hex color #323C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323C79 is #CDC386. Grayscale: #3F3F3F. Windows color (decimal): -13484935 or 7945266. OLE color: 7945266.

HSL color Cylindrical-coordinate representation of color #323C79: hue angle of 231.55º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #323C79 is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 60 121 -
CMYK 0.59 0.50 0 0.53
HSL 231.55º 0.42% 0.34% -
HSV(B) 231.55º 0.59% 0.47% -
XYZ 6.38 5.29 18.77 -
YUV 63.96 160.19 118.04 -
System Red Green Blue C M Y K H S L
Decimal 50 60 121 0.59 0.50 0 0.53 231.55 0.42 0.34
Hex 32 3C 79 3B 32 0 35 E8 2A 22
Octal 62 74 171 73 62 0 65 350 52 42
Binary 110010 111100 1111001 111011 110010 0 110101 11101000 101010 100010

Color Harmonies of #323C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323C79

Black with #323C79

Text Example


Text Example

White with #323C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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