Html Css Color HEX #323972 Torea Bay

📋 copy color: '#323972'

red 50 ◦ green 57 ◦ blue 114

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

Shades of Torea Bay #323972

Tints of Torea Bay #323972

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.79%

 BLUE value IS 114 (44.92% from 255) = 51.58%

R = 22.62%
G = 25.79%
B = 51.58%

CMYK

 C value IS 0.56

 M value IS 0.50

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#323972 (or 0x323972) is known color: Torea Bay. HEX triplet: 32, 39 and 72. RGB value is (50,57,114). Sum of RGB (Red+Green+Blue) = 50+57+114=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #323972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323972 is #CDC68D. Grayscale: #3D3D3D. Windows color (decimal): -13485710 or 7485746. OLE color: 7485746.

HSL color Cylindrical-coordinate representation of color #323972: hue angle of 233.44º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #323972 is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 57 114 -
CMYK 0.56 0.50 0 0.55
HSL 233.44º 0.39% 0.32% -
HSV(B) 233.44º 0.56% 0.45% -
XYZ 5.82 4.82 16.54 -
YUV 61.41 157.68 119.87 -
System Red Green Blue C M Y K H S L
Decimal 50 57 114 0.56 0.50 0 0.55 233.44 0.39 0.32
Hex 32 39 72 38 32 0 37 E9 27 20
Octal 62 71 162 70 62 0 67 351 47 40
Binary 110010 111001 1110010 111000 110010 0 110111 11101001 100111 100000

Color Harmonies of #323972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323972

Black with #323972

Text Example


Text Example

White with #323972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323972; }

 p { color: rgb(50,57,114); }

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

background-color css

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

 a { background-color: rgb(50,57,114); }

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

border-color css

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

 span { border-color: rgb(50,57,114); }

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