Html Css Color HEX #323C81 Torea Bay

📋 copy color: '#323C81'

red 50 ◦ green 60 ◦ blue 129

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

Shades of Torea Bay #323C81

Tints of Torea Bay #323C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 53.97%

R = 20.92%
G = 25.1%
B = 53.97%

CMYK

 C value IS 0.61

 M value IS 0.53

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#323C81 (or 0x323C81) is known color: Torea Bay. HEX triplet: 32, 3C and 81. RGB value is (50,60,129). Sum of RGB (Red+Green+Blue) = 50+60+129=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 129 (50.78% from 255 or 53.97% from 239); Max value from RGB is 129 - color contains mainly: blue. Hex color #323C81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323C81 is #CDC37E. Grayscale: #404040. Windows color (decimal): -13484927 or 8469554. OLE color: 8469554.

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

Color convert

RGB 50 60 129 -
CMYK 0.61 0.53 0 0.49
HSL 232.41º 0.44% 0.35% -
HSV(B) 232.41º 0.61% 0.51% -
XYZ 6.89 5.49 21.47 -
YUV 64.88 164.19 117.39 -
System Red Green Blue C M Y K H S L
Decimal 50 60 129 0.61 0.53 0 0.49 232.41 0.44 0.35
Hex 32 3C 81 3D 35 0 31 E8 2C 23
Octal 62 74 201 75 65 0 61 350 54 43
Binary 110010 111100 10000001 111101 110101 0 110001 11101000 101100 100011

Color Harmonies of #323C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323C81

Black with #323C81

Text Example


Text Example

White with #323C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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