Html Css Color HEX #323E59 Gulf Blue

📋 copy color: '#323E59'

red 50 ◦ green 62 ◦ blue 89

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

Shades of Gulf Blue #323E59

Tints of Gulf Blue #323E59

RGB

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

 GREEN value IS 62 (24.61% from 255) = 30.85%

 BLUE value IS 89 (35.16% from 255) = 44.28%

R = 24.88%
G = 30.85%
B = 44.28%

CMYK

 C value IS 0.44

 M value IS 0.30

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#323E59 (or 0x323E59) is known color: Gulf Blue. HEX triplet: 32, 3E and 59. RGB value is (50,62,89). Sum of RGB (Red+Green+Blue) = 50+62+89=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 62 (24.61% from 255 or 30.85% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 89 - color contains mainly: blue. Hex color #323E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323E59 is #CDC1A6. Grayscale: #3D3D3D. Windows color (decimal): -13484455 or 5848626. OLE color: 5848626.

HSL color Cylindrical-coordinate representation of color #323E59: hue angle of 221.54º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #323E59 is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 62 89 -
CMYK 0.44 0.30 0 0.65
HSL 221.54º 0.28% 0.27% -
HSV(B) 221.54º 0.44% 0.35% -
XYZ 4.84 4.84 10.13 -
YUV 61.49 143.52 119.8 -
System Red Green Blue C M Y K H S L
Decimal 50 62 89 0.44 0.30 0 0.65 221.54 0.28 0.27
Hex 32 3E 59 2C 1E 0 41 DE 1C 1B
Octal 62 76 131 54 36 0 101 336 34 33
Binary 110010 111110 1011001 101100 11110 0 1000001 11011110 11100 11011

Color Harmonies of #323E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323E59

Black with #323E59

Text Example


Text Example

White with #323E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,62,89); }

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

background-color css

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

 a { background-color: rgb(50,62,89); }

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

border-color css

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

 span { border-color: rgb(50,62,89); }

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