Html Css Color HEX #323B81 Torea Bay

📋 copy color: '#323B81'

red 50 ◦ green 59 ◦ blue 129

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

Shades of Torea Bay #323B81

Tints of Torea Bay #323B81

RGB

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

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

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

R = 21.01%
G = 24.79%
B = 54.2%

CMYK

 C value IS 0.61

 M value IS 0.54

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#323B81 (or 0x323B81) is known color: Torea Bay. HEX triplet: 32, 3B and 81. RGB value is (50,59,129). Sum of RGB (Red+Green+Blue) = 50+59+129=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 59 (23.44% from 255 or 24.79% from 238); Blue value is 129 (50.78% from 255 or 54.20% from 238); Max value from RGB is 129 - color contains mainly: blue. Hex color #323B81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323B81 is #CDC47E. Grayscale: #3F3F3F. Windows color (decimal): -13485183 or 8469298. OLE color: 8469298.

HSL color Cylindrical-coordinate representation of color #323B81: hue angle of 233.16º 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 #323B81 is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 59 129 -
CMYK 0.61 0.54 0 0.49
HSL 233.16º 0.44% 0.35% -
HSV(B) 233.16º 0.61% 0.51% -
XYZ 6.84 5.39 21.45 -
YUV 64.29 164.52 117.81 -
System Red Green Blue C M Y K H S L
Decimal 50 59 129 0.61 0.54 0 0.49 233.16 0.44 0.35
Hex 32 3B 81 3D 36 0 31 E9 2C 23
Octal 62 73 201 75 66 0 61 351 54 43
Binary 110010 111011 10000001 111101 110110 0 110001 11101001 101100 100011

Color Harmonies of #323B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323B81

Black with #323B81

Text Example


Text Example

White with #323B81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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