Html Css Color HEX #323A77 Torea Bay

📋 copy color: '#323A77'

red 50 ◦ green 58 ◦ blue 119

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

Shades of Torea Bay #323A77

Tints of Torea Bay #323A77

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.55%

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

R = 22.03%
G = 25.55%
B = 52.42%

CMYK

 C value IS 0.58

 M value IS 0.51

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#323A77 (or 0x323A77) is known color: Torea Bay. HEX triplet: 32, 3A and 77. RGB value is (50,58,119). Sum of RGB (Red+Green+Blue) = 50+58+119=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 58 (23.05% from 255 or 25.55% from 227); Blue value is 119 (46.88% from 255 or 52.42% from 227); Max value from RGB is 119 - color contains mainly: blue. Hex color #323A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323A77 is #CDC588. Grayscale: #3E3E3E. Windows color (decimal): -13485449 or 7813682. OLE color: 7813682.

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

Color convert

RGB 50 58 119 -
CMYK 0.58 0.51 0 0.53
HSL 233.04º 0.41% 0.33% -
HSV(B) 233.04º 0.58% 0.47% -
XYZ 6.16 5.04 18.1 -
YUV 62.56 159.85 119.04 -
System Red Green Blue C M Y K H S L
Decimal 50 58 119 0.58 0.51 0 0.53 233.04 0.41 0.33
Hex 32 3A 77 3A 33 0 35 E9 29 21
Octal 62 72 167 72 63 0 65 351 51 41
Binary 110010 111010 1110111 111010 110011 0 110101 11101001 101001 100001

Color Harmonies of #323A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323A77

Black with #323A77

Text Example


Text Example

White with #323A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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