Html Css Color HEX #323C80 Torea Bay

📋 copy color: '#323C80'

red 50 ◦ green 60 ◦ blue 128

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

Shades of Torea Bay #323C80

Tints of Torea Bay #323C80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 53.78%

R = 21.01%
G = 25.21%
B = 53.78%

CMYK

 C value IS 0.61

 M value IS 0.53

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#323C80 (or 0x323C80) is known color: Torea Bay. HEX triplet: 32, 3C and 80. RGB value is (50,60,128). Sum of RGB (Red+Green+Blue) = 50+60+128=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 60 (23.83% from 255 or 25.21% from 238); Blue value is 128 (50.39% from 255 or 53.78% from 238); Max value from RGB is 128 - color contains mainly: blue. Hex color #323C80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323C80 is #CDC37F. Grayscale: #404040. Windows color (decimal): -13484928 or 8404018. OLE color: 8404018.

HSL color Cylindrical-coordinate representation of color #323C80: hue angle of 232.31º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #323C80 is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 60 128 -
CMYK 0.61 0.53 0 0.50
HSL 232.31º 0.44% 0.35% -
HSV(B) 232.31º 0.61% 0.5% -
XYZ 6.83 5.47 21.12 -
YUV 64.76 163.69 117.47 -
System Red Green Blue C M Y K H S L
Decimal 50 60 128 0.61 0.53 0 0.50 232.31 0.44 0.35
Hex 32 3C 80 3D 35 0 32 E8 2C 23
Octal 62 74 200 75 65 0 62 350 54 43
Binary 110010 111100 10000000 111101 110101 0 110010 11101000 101100 100011

Color Harmonies of #323C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323C80

Black with #323C80

Text Example


Text Example

White with #323C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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