Html Css Color HEX #323577 Torea Bay

📋 copy color: '#323577'

red 50 ◦ green 53 ◦ blue 119

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

Shades of Torea Bay #323577

Tints of Torea Bay #323577

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.87%

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

R = 22.52%
G = 23.87%
B = 53.6%

CMYK

 C value IS 0.58

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#323577 (or 0x323577) is known color: Torea Bay. HEX triplet: 32, 35 and 77. RGB value is (50,53,119). Sum of RGB (Red+Green+Blue) = 50+53+119=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 119 (46.88% from 255 or 53.60% from 222); Max value from RGB is 119 - color contains mainly: blue. Hex color #323577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323577 is #CDCA88. Grayscale: #3B3B3B. Windows color (decimal): -13486729 or 7812402. OLE color: 7812402.

HSL color Cylindrical-coordinate representation of color #323577: hue angle of 237.39º 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 #323577 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 53 119 -
CMYK 0.58 0.55 0 0.53
HSL 237.39º 0.41% 0.33% -
HSV(B) 237.39º 0.58% 0.47% -
XYZ 5.92 4.56 18.02 -
YUV 59.63 161.51 121.13 -
System Red Green Blue C M Y K H S L
Decimal 50 53 119 0.58 0.55 0 0.53 237.39 0.41 0.33
Hex 32 35 77 3A 37 0 35 ED 29 21
Octal 62 65 167 72 67 0 65 355 51 41
Binary 110010 110101 1110111 111010 110111 0 110101 11101101 101001 100001

Color Harmonies of #323577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323577

Black with #323577

Text Example


Text Example

White with #323577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323577; }

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

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

background-color css

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

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

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

border-color css

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

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

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