Html Css Color HEX #323775 Torea Bay

📋 copy color: '#323775'

red 50 ◦ green 55 ◦ blue 117

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

Shades of Torea Bay #323775

Tints of Torea Bay #323775

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.77%

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

R = 22.52%
G = 24.77%
B = 52.7%

CMYK

 C value IS 0.57

 M value IS 0.53

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#323775 (or 0x323775) is known color: Torea Bay. HEX triplet: 32, 37 and 75. RGB value is (50,55,117). Sum of RGB (Red+Green+Blue) = 50+55+117=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #323775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323775 is #CDC88A. Grayscale: #3C3C3C. Windows color (decimal): -13486219 or 7681842. OLE color: 7681842.

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

Color convert

RGB 50 55 117 -
CMYK 0.57 0.53 0 0.54
HSL 235.52º 0.4% 0.33% -
HSV(B) 235.52º 0.57% 0.46% -
XYZ 5.89 4.69 17.43 -
YUV 60.57 159.84 120.46 -
System Red Green Blue C M Y K H S L
Decimal 50 55 117 0.57 0.53 0 0.54 235.52 0.4 0.33
Hex 32 37 75 39 35 0 36 EC 28 21
Octal 62 67 165 71 65 0 66 354 50 41
Binary 110010 110111 1110101 111001 110101 0 110110 11101100 101000 100001

Color Harmonies of #323775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323775

Black with #323775

Text Example


Text Example

White with #323775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323775; }

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

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

background-color css

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

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

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

border-color css

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

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

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