Html Css Color HEX #323E82 Torea Bay

📋 copy color: '#323E82'

red 50 ◦ green 62 ◦ blue 130

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

Shades of Torea Bay #323E82

Tints of Torea Bay #323E82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 53.72%

R = 20.66%
G = 25.62%
B = 53.72%

CMYK

 C value IS 0.62

 M value IS 0.52

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#323E82 (or 0x323E82) is known color: Torea Bay. HEX triplet: 32, 3E and 82. RGB value is (50,62,130). Sum of RGB (Red+Green+Blue) = 50+62+130=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 62 (24.61% from 255 or 25.62% from 242); Blue value is 130 (51.17% from 255 or 53.72% from 242); Max value from RGB is 130 - color contains mainly: blue. Hex color #323E82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323E82 is #CDC17D. Grayscale: #414141. Windows color (decimal): -13484414 or 8535602. OLE color: 8535602.

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

Color convert

RGB 50 62 130 -
CMYK 0.62 0.52 0 0.49
HSL 231º 0.44% 0.35% -
HSV(B) 231º 0.62% 0.51% -
XYZ 7.07 5.74 21.85 -
YUV 66.16 164.02 116.47 -
System Red Green Blue C M Y K H S L
Decimal 50 62 130 0.62 0.52 0 0.49 231 0.44 0.35
Hex 32 3E 82 3E 34 0 31 E7 2C 23
Octal 62 76 202 76 64 0 61 347 54 43
Binary 110010 111110 10000010 111110 110100 0 110001 11100111 101100 100011

Color Harmonies of #323E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323E82

Black with #323E82

Text Example


Text Example

White with #323E82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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