Html Css Color HEX #323F59 Gulf Blue

📋 copy color: '#323F59'

red 50 ◦ green 63 ◦ blue 89

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

Shades of Gulf Blue #323F59

Tints of Gulf Blue #323F59

RGB

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

 GREEN value IS 63 (25% from 255) = 31.19%

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

R = 24.75%
G = 31.19%
B = 44.06%

CMYK

 C value IS 0.44

 M value IS 0.29

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#323F59 (or 0x323F59) is known color: Gulf Blue. HEX triplet: 32, 3F and 59. RGB value is (50,63,89). Sum of RGB (Red+Green+Blue) = 50+63+89=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 63 (25% from 255 or 31.19% from 202); Blue value is 89 (35.16% from 255 or 44.06% from 202); Max value from RGB is 89 - color contains mainly: blue. Hex color #323F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323F59 is #CDC0A6. Grayscale: #3D3D3D. Windows color (decimal): -13484199 or 5848882. OLE color: 5848882.

HSL color Cylindrical-coordinate representation of color #323F59: hue angle of 220º 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 #323F59 is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 63 89 -
CMYK 0.44 0.29 0 0.65
HSL 220º 0.28% 0.27% -
HSV(B) 220º 0.44% 0.35% -
XYZ 4.9 4.95 10.15 -
YUV 62.08 143.19 119.39 -
System Red Green Blue C M Y K H S L
Decimal 50 63 89 0.44 0.29 0 0.65 220 0.28 0.27
Hex 32 3F 59 2C 1D 0 41 DC 1C 1B
Octal 62 77 131 54 35 0 101 334 34 33
Binary 110010 111111 1011001 101100 11101 0 1000001 11011100 11100 11011

Color Harmonies of #323F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323F59

Black with #323F59

Text Example


Text Example

White with #323F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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