Html Css Color HEX #323477 Torea Bay

📋 copy color: '#323477'

red 50 ◦ green 52 ◦ blue 119

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

Shades of Torea Bay #323477

Tints of Torea Bay #323477

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.53%

 BLUE value IS 119 (46.88% from 255) = 53.85%

R = 22.62%
G = 23.53%
B = 53.85%

CMYK

 C value IS 0.58

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#323477 (or 0x323477) is known color: Torea Bay. HEX triplet: 32, 34 and 77. RGB value is (50,52,119). Sum of RGB (Red+Green+Blue) = 50+52+119=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 119 (46.88% from 255 or 53.85% from 221); Max value from RGB is 119 - color contains mainly: blue. Hex color #323477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323477 is #CDCB88. Grayscale: #3A3A3A. Windows color (decimal): -13486985 or 7812146. OLE color: 7812146.

HSL color Cylindrical-coordinate representation of color #323477: hue angle of 238.26º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #323477 is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 52 119 -
CMYK 0.58 0.56 0 0.53
HSL 238.26º 0.41% 0.33% -
HSV(B) 238.26º 0.58% 0.47% -
XYZ 5.87 4.47 18.01 -
YUV 59.04 161.84 121.55 -
System Red Green Blue C M Y K H S L
Decimal 50 52 119 0.58 0.56 0 0.53 238.26 0.41 0.33
Hex 32 34 77 3A 38 0 35 EE 29 21
Octal 62 64 167 72 70 0 65 356 51 41
Binary 110010 110100 1110111 111010 111000 0 110101 11101110 101001 100001

Color Harmonies of #323477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323477

Black with #323477

Text Example


Text Example

White with #323477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323477; }

 p { color: rgb(50,52,119); }

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

background-color css

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

 a { background-color: rgb(50,52,119); }

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

border-color css

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

 span { border-color: rgb(50,52,119); }

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