Html Css Color HEX #323478 Torea Bay

📋 copy color: '#323478'

red 50 ◦ green 52 ◦ blue 120

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

Shades of Torea Bay #323478

Tints of Torea Bay #323478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 54.05%

R = 22.52%
G = 23.42%
B = 54.05%

CMYK

 C value IS 0.58

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#323478 (or 0x323478) is known color: Torea Bay. HEX triplet: 32, 34 and 78. RGB value is (50,52,120). Sum of RGB (Red+Green+Blue) = 50+52+120=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 120 (47.27% from 255 or 54.05% from 222); Max value from RGB is 120 - color contains mainly: blue. Hex color #323478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323478 is #CDCB87. Grayscale: #3A3A3A. Windows color (decimal): -13486984 or 7877682. OLE color: 7877682.

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

Color convert

RGB 50 52 120 -
CMYK 0.58 0.57 0 0.53
HSL 238.29º 0.41% 0.33% -
HSV(B) 238.29º 0.58% 0.47% -
XYZ 5.93 4.49 18.32 -
YUV 59.15 162.34 121.47 -
System Red Green Blue C M Y K H S L
Decimal 50 52 120 0.58 0.57 0 0.53 238.29 0.41 0.33
Hex 32 34 78 3A 39 0 35 EE 29 21
Octal 62 64 170 72 71 0 65 356 51 41
Binary 110010 110100 1111000 111010 111001 0 110101 11101110 101001 100001

Color Harmonies of #323478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323478

Black with #323478

Text Example


Text Example

White with #323478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323478; }

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

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

background-color css

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

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

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

border-color css

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

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

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