Html Css Color HEX #323C83 Torea Bay

📋 copy color: '#323C83'

red 50 ◦ green 60 ◦ blue 131

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

Shades of Torea Bay #323C83

Tints of Torea Bay #323C83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 54.36%

R = 20.75%
G = 24.9%
B = 54.36%

CMYK

 C value IS 0.62

 M value IS 0.54

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#323C83 (or 0x323C83) is known color: Torea Bay. HEX triplet: 32, 3C and 83. RGB value is (50,60,131). Sum of RGB (Red+Green+Blue) = 50+60+131=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 131 (51.56% from 255 or 54.36% from 241); Max value from RGB is 131 - color contains mainly: blue. Hex color #323C83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323C83 is #CDC37C. Grayscale: #404040. Windows color (decimal): -13484925 or 8600626. OLE color: 8600626.

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

Color convert

RGB 50 60 131 -
CMYK 0.62 0.54 0 0.49
HSL 232.59º 0.45% 0.35% -
HSV(B) 232.59º 0.62% 0.51% -
XYZ 7.03 5.55 22.17 -
YUV 65.1 165.19 117.23 -
System Red Green Blue C M Y K H S L
Decimal 50 60 131 0.62 0.54 0 0.49 232.59 0.45 0.35
Hex 32 3C 83 3E 36 0 31 E9 2D 23
Octal 62 74 203 76 66 0 61 351 55 43
Binary 110010 111100 10000011 111110 110110 0 110001 11101001 101101 100011

Color Harmonies of #323C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323C83

Black with #323C83

Text Example


Text Example

White with #323C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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