Html Css Color HEX #323977 Torea Bay

📋 copy color: '#323977'

red 50 ◦ green 57 ◦ blue 119

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

Shades of Torea Bay #323977

Tints of Torea Bay #323977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 52.65%

R = 22.12%
G = 25.22%
B = 52.65%

CMYK

 C value IS 0.58

 M value IS 0.52

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#323977 (or 0x323977) is known color: Torea Bay. HEX triplet: 32, 39 and 77. RGB value is (50,57,119). Sum of RGB (Red+Green+Blue) = 50+57+119=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 57 (22.66% from 255 or 25.22% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #323977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323977 is #CDC688. Grayscale: #3D3D3D. Windows color (decimal): -13485705 or 7813426. OLE color: 7813426.

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

Color convert

RGB 50 57 119 -
CMYK 0.58 0.52 0 0.53
HSL 233.91º 0.41% 0.33% -
HSV(B) 233.91º 0.58% 0.47% -
XYZ 6.11 4.94 18.08 -
YUV 61.98 160.18 119.46 -
System Red Green Blue C M Y K H S L
Decimal 50 57 119 0.58 0.52 0 0.53 233.91 0.41 0.33
Hex 32 39 77 3A 34 0 35 EA 29 21
Octal 62 71 167 72 64 0 65 352 51 41
Binary 110010 111001 1110111 111010 110100 0 110101 11101010 101001 100001

Color Harmonies of #323977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323977

Black with #323977

Text Example


Text Example

White with #323977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323977; }

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

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

background-color css

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

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

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

border-color css

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

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

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