Html Css Color HEX #323676 Torea Bay

📋 copy color: '#323676'

red 50 ◦ green 54 ◦ blue 118

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

Shades of Torea Bay #323676

Tints of Torea Bay #323676

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.32%

 BLUE value IS 118 (46.48% from 255) = 53.15%

R = 22.52%
G = 24.32%
B = 53.15%

CMYK

 C value IS 0.58

 M value IS 0.54

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#323676 (or 0x323676) is known color: Torea Bay. HEX triplet: 32, 36 and 76. RGB value is (50,54,118). Sum of RGB (Red+Green+Blue) = 50+54+118=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 118 (46.48% from 255 or 53.15% from 222); Max value from RGB is 118 - color contains mainly: blue. Hex color #323676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323676 is #CDC989. Grayscale: #3B3B3B. Windows color (decimal): -13486474 or 7747122. OLE color: 7747122.

HSL color Cylindrical-coordinate representation of color #323676: hue angle of 236.47º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #323676 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 54 118 -
CMYK 0.58 0.54 0 0.54
HSL 236.47º 0.4% 0.33% -
HSV(B) 236.47º 0.58% 0.46% -
XYZ 5.9 4.62 17.72 -
YUV 60.1 160.67 120.8 -
System Red Green Blue C M Y K H S L
Decimal 50 54 118 0.58 0.54 0 0.54 236.47 0.4 0.33
Hex 32 36 76 3A 36 0 36 EC 28 21
Octal 62 66 166 72 66 0 66 354 50 41
Binary 110010 110110 1110110 111010 110110 0 110110 11101100 101000 100001

Color Harmonies of #323676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323676

Black with #323676

Text Example


Text Example

White with #323676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323676; }

 p { color: rgb(50,54,118); }

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

background-color css

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

 a { background-color: rgb(50,54,118); }

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

border-color css

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

 span { border-color: rgb(50,54,118); }

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