Html Css Color HEX #323D5E Gulf Blue

📋 copy color: '#323D5E'

red 50 ◦ green 61 ◦ blue 94

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

Shades of Gulf Blue #323D5E

Tints of Gulf Blue #323D5E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.76%

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

R = 24.39%
G = 29.76%
B = 45.85%

CMYK

 C value IS 0.47

 M value IS 0.35

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#323D5E (or 0x323D5E) is known color: Gulf Blue. HEX triplet: 32, 3D and 5E. RGB value is (50,61,94). Sum of RGB (Red+Green+Blue) = 50+61+94=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 94 - color contains mainly: blue. Hex color #323D5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323D5E is #CDC2A1. Grayscale: #3D3D3D. Windows color (decimal): -13484706 or 6176050. OLE color: 6176050.

HSL color Cylindrical-coordinate representation of color #323D5E: hue angle of 225º 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 #323D5E is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 50 61 94 -
CMYK 0.47 0.35 0 0.63
HSL 225º 0.31% 0.28% -
HSV(B) 225º 0.47% 0.37% -
XYZ 5 4.82 11.26 -
YUV 61.47 146.36 119.82 -
System Red Green Blue C M Y K H S L
Decimal 50 61 94 0.47 0.35 0 0.63 225 0.31 0.28
Hex 32 3D 5E 2F 23 0 3F E1 1F 1C
Octal 62 75 136 57 43 0 77 341 37 34
Binary 110010 111101 1011110 101111 100011 0 111111 11100001 11111 11100

Color Harmonies of #323D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323D5E

Black with #323D5E

Text Example


Text Example

White with #323D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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