Html Css Color HEX #323E83 Torea Bay

📋 copy color: '#323E83'

red 50 ◦ green 62 ◦ blue 131

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

Shades of Torea Bay #323E83

Tints of Torea Bay #323E83

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.51%

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

R = 20.58%
G = 25.51%
B = 53.91%

CMYK

 C value IS 0.62

 M value IS 0.53

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#323E83 (or 0x323E83) is known color: Torea Bay. HEX triplet: 32, 3E and 83. RGB value is (50,62,131). Sum of RGB (Red+Green+Blue) = 50+62+131=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 62 (24.61% from 255 or 25.51% from 243); Blue value is 131 (51.56% from 255 or 53.91% from 243); Max value from RGB is 131 - color contains mainly: blue. Hex color #323E83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323E83 is #CDC17C. Grayscale: #414141. Windows color (decimal): -13484413 or 8601138. OLE color: 8601138.

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

Color convert

RGB 50 62 131 -
CMYK 0.62 0.53 0 0.49
HSL 231.11º 0.45% 0.35% -
HSV(B) 231.11º 0.62% 0.51% -
XYZ 7.13 5.76 22.21 -
YUV 66.28 164.52 116.39 -
System Red Green Blue C M Y K H S L
Decimal 50 62 131 0.62 0.53 0 0.49 231.11 0.45 0.35
Hex 32 3E 83 3E 35 0 31 E7 2D 23
Octal 62 76 203 76 65 0 61 347 55 43
Binary 110010 111110 10000011 111110 110101 0 110001 11100111 101101 100011

Color Harmonies of #323E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323E83

Black with #323E83

Text Example


Text Example

White with #323E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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