Html Css Color HEX #323378 Torea Bay

📋 copy color: '#323378'

red 50 ◦ green 51 ◦ blue 120

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

Shades of Torea Bay #323378

Tints of Torea Bay #323378

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.08%

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

R = 22.62%
G = 23.08%
B = 54.3%

CMYK

 C value IS 0.58

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#323378 (or 0x323378) is known color: Torea Bay. HEX triplet: 32, 33 and 78. RGB value is (50,51,120). Sum of RGB (Red+Green+Blue) = 50+51+120=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 120 (47.27% from 255 or 54.30% from 221); Max value from RGB is 120 - color contains mainly: blue. Hex color #323378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323378 is #CDCC87. Grayscale: #3A3A3A. Windows color (decimal): -13487240 or 7877426. OLE color: 7877426.

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

Color convert

RGB 50 51 120 -
CMYK 0.58 0.58 0 0.53
HSL 239.14º 0.41% 0.33% -
HSV(B) 239.14º 0.58% 0.47% -
XYZ 5.89 4.4 18.31 -
YUV 58.57 162.67 121.89 -
System Red Green Blue C M Y K H S L
Decimal 50 51 120 0.58 0.58 0 0.53 239.14 0.41 0.33
Hex 32 33 78 3A 3A 0 35 EF 29 21
Octal 62 63 170 72 72 0 65 357 51 41
Binary 110010 110011 1111000 111010 111010 0 110101 11101111 101001 100001

Color Harmonies of #323378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323378

Black with #323378

Text Example


Text Example

White with #323378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323378; }

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

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

background-color css

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

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

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

border-color css

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

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

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