Html Css Color HEX #323E5E Gulf Blue

📋 copy color: '#323E5E'

red 50 ◦ green 62 ◦ blue 94

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

Shades of Gulf Blue #323E5E

Tints of Gulf Blue #323E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 45.63%

R = 24.27%
G = 30.1%
B = 45.63%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#323E5E (or 0x323E5E) is known color: Gulf Blue. HEX triplet: 32, 3E and 5E. RGB value is (50,62,94). Sum of RGB (Red+Green+Blue) = 50+62+94=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 94 (37.11% from 255 or 45.63% from 206); Max value from RGB is 94 - color contains mainly: blue. Hex color #323E5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323E5E is #CDC1A1. Grayscale: #3D3D3D. Windows color (decimal): -13484450 or 6176306. OLE color: 6176306.

HSL color Cylindrical-coordinate representation of color #323E5E: hue angle of 223.64º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #323E5E is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 50 62 94 -
CMYK 0.47 0.34 0 0.63
HSL 223.64º 0.31% 0.28% -
HSV(B) 223.64º 0.47% 0.37% -
XYZ 5.06 4.93 11.27 -
YUV 62.06 146.02 119.4 -
System Red Green Blue C M Y K H S L
Decimal 50 62 94 0.47 0.34 0 0.63 223.64 0.31 0.28
Hex 32 3E 5E 2F 22 0 3F E0 1F 1C
Octal 62 76 136 57 42 0 77 340 37 34
Binary 110010 111110 1011110 101111 100010 0 111111 11100000 11111 11100

Color Harmonies of #323E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323E5E

Black with #323E5E

Text Example


Text Example

White with #323E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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