Html Css Color HEX #323C5E Gulf Blue

📋 copy color: '#323C5E'

red 50 ◦ green 60 ◦ blue 94

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

Shades of Gulf Blue #323C5E

Tints of Gulf Blue #323C5E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 29.41%

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

R = 24.51%
G = 29.41%
B = 46.08%

CMYK

 C value IS 0.47

 M value IS 0.36

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#323C5E (or 0x323C5E) is known color: Gulf Blue. HEX triplet: 32, 3C and 5E. RGB value is (50,60,94). Sum of RGB (Red+Green+Blue) = 50+60+94=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 94 (37.11% from 255 or 46.08% from 204); Max value from RGB is 94 - color contains mainly: blue. Hex color #323C5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323C5E is #CDC3A1. Grayscale: #3C3C3C. Windows color (decimal): -13484962 or 6175794. OLE color: 6175794.

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

Color convert

RGB 50 60 94 -
CMYK 0.47 0.36 0 0.63
HSL 226.36º 0.31% 0.28% -
HSV(B) 226.36º 0.47% 0.37% -
XYZ 4.95 4.72 11.24 -
YUV 60.89 146.69 120.24 -
System Red Green Blue C M Y K H S L
Decimal 50 60 94 0.47 0.36 0 0.63 226.36 0.31 0.28
Hex 32 3C 5E 2F 24 0 3F E2 1F 1C
Octal 62 74 136 57 44 0 77 342 37 34
Binary 110010 111100 1011110 101111 100100 0 111111 11100010 11111 11100

Color Harmonies of #323C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323C5E

Black with #323C5E

Text Example


Text Example

White with #323C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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