Html Css Color HEX #323B56 Gulf Blue

📋 copy color: '#323B56'

red 50 ◦ green 59 ◦ blue 86

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

Shades of Gulf Blue #323B56

Tints of Gulf Blue #323B56

RGB

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

 GREEN value IS 59 (23.44% from 255) = 30.26%

 BLUE value IS 86 (33.98% from 255) = 44.1%

R = 25.64%
G = 30.26%
B = 44.1%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#323B56 (or 0x323B56) is known color: Gulf Blue. HEX triplet: 32, 3B and 56. RGB value is (50,59,86). Sum of RGB (Red+Green+Blue) = 50+59+86=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 59 (23.44% from 255 or 30.26% from 195); Blue value is 86 (33.98% from 255 or 44.10% from 195); Max value from RGB is 86 - color contains mainly: blue. Hex color #323B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323B56 is #CDC4A9. Grayscale: #3B3B3B. Windows color (decimal): -13485226 or 5651250. OLE color: 5651250.

HSL color Cylindrical-coordinate representation of color #323B56: hue angle of 225º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #323B56 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 50 59 86 -
CMYK 0.42 0.31 0 0.66
HSL 225º 0.26% 0.27% -
HSV(B) 225º 0.42% 0.34% -
XYZ 4.56 4.48 9.43 -
YUV 59.39 143.02 121.3 -
System Red Green Blue C M Y K H S L
Decimal 50 59 86 0.42 0.31 0 0.66 225 0.26 0.27
Hex 32 3B 56 2A 1F 0 42 E1 1A 1B
Octal 62 73 126 52 37 0 102 341 32 33
Binary 110010 111011 1010110 101010 11111 0 1000010 11100001 11010 11011

Color Harmonies of #323B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323B56

Black with #323B56

Text Example


Text Example

White with #323B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,59,86); }

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

background-color css

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

 a { background-color: rgb(50,59,86); }

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

border-color css

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

 span { border-color: rgb(50,59,86); }

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