Html Css Color HEX #323575 Torea Bay

📋 copy color: '#323575'

red 50 ◦ green 53 ◦ blue 117

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

Shades of Torea Bay #323575

Tints of Torea Bay #323575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 53.18%

R = 22.73%
G = 24.09%
B = 53.18%

CMYK

 C value IS 0.57

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#323575 (or 0x323575) is known color: Torea Bay. HEX triplet: 32, 35 and 75. RGB value is (50,53,117). Sum of RGB (Red+Green+Blue) = 50+53+117=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #323575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323575 is #CDCA8A. Grayscale: #3B3B3B. Windows color (decimal): -13486731 or 7681330. OLE color: 7681330.

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

Color convert

RGB 50 53 117 -
CMYK 0.57 0.55 0 0.54
HSL 237.31º 0.4% 0.33% -
HSV(B) 237.31º 0.57% 0.46% -
XYZ 5.8 4.51 17.39 -
YUV 59.4 160.51 121.3 -
System Red Green Blue C M Y K H S L
Decimal 50 53 117 0.57 0.55 0 0.54 237.31 0.4 0.33
Hex 32 35 75 39 37 0 36 ED 28 21
Octal 62 65 165 71 67 0 66 355 50 41
Binary 110010 110101 1110101 111001 110111 0 110110 11101101 101000 100001

Color Harmonies of #323575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323575

Black with #323575

Text Example


Text Example

White with #323575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323575; }

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

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

background-color css

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

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

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

border-color css

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

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

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