Html Css Color HEX #323475 Torea Bay

📋 copy color: '#323475'

red 50 ◦ green 52 ◦ blue 117

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

Shades of Torea Bay #323475

Tints of Torea Bay #323475

RGB

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

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

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

R = 22.83%
G = 23.74%
B = 53.42%

CMYK

 C value IS 0.57

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#323475 (or 0x323475) is known color: Torea Bay. HEX triplet: 32, 34 and 75. RGB value is (50,52,117). Sum of RGB (Red+Green+Blue) = 50+52+117=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 117 (46.09% from 255 or 53.42% from 219); Max value from RGB is 117 - color contains mainly: blue. Hex color #323475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323475 is #CDCB8A. Grayscale: #3A3A3A. Windows color (decimal): -13486987 or 7681074. OLE color: 7681074.

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

Color convert

RGB 50 52 117 -
CMYK 0.57 0.56 0 0.54
HSL 238.21º 0.4% 0.33% -
HSV(B) 238.21º 0.57% 0.46% -
XYZ 5.75 4.42 17.38 -
YUV 58.81 160.84 121.71 -
System Red Green Blue C M Y K H S L
Decimal 50 52 117 0.57 0.56 0 0.54 238.21 0.4 0.33
Hex 32 34 75 39 38 0 36 EE 28 21
Octal 62 64 165 71 70 0 66 356 50 41
Binary 110010 110100 1110101 111001 111000 0 110110 11101110 101000 100001

Color Harmonies of #323475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323475

Black with #323475

Text Example


Text Example

White with #323475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323475; }

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

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

background-color css

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

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

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

border-color css

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

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

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