Html Css Color HEX #323E5D Gulf Blue

📋 copy color: '#323E5D'

red 50 ◦ green 62 ◦ blue 93

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

Shades of Gulf Blue #323E5D

Tints of Gulf Blue #323E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 45.37%

R = 24.39%
G = 30.24%
B = 45.37%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#323E5D (or 0x323E5D) is known color: Gulf Blue. HEX triplet: 32, 3E and 5D. RGB value is (50,62,93). Sum of RGB (Red+Green+Blue) = 50+62+93=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 62 (24.61% from 255 or 30.24% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 93 - color contains mainly: blue. Hex color #323E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323E5D is #CDC1A2. Grayscale: #3D3D3D. Windows color (decimal): -13484451 or 6110770. OLE color: 6110770.

HSL color Cylindrical-coordinate representation of color #323E5D: hue angle of 223.26º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #323E5D is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 50 62 93 -
CMYK 0.46 0.33 0 0.64
HSL 223.26º 0.3% 0.28% -
HSV(B) 223.26º 0.46% 0.36% -
XYZ 5.01 4.91 11.04 -
YUV 61.95 145.52 119.48 -
System Red Green Blue C M Y K H S L
Decimal 50 62 93 0.46 0.33 0 0.64 223.26 0.3 0.28
Hex 32 3E 5D 2E 21 0 40 DF 1E 1C
Octal 62 76 135 56 41 0 100 337 36 34
Binary 110010 111110 1011101 101110 100001 0 1000000 11011111 11110 11100

Color Harmonies of #323E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323E5D

Black with #323E5D

Text Example


Text Example

White with #323E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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