Html Css Color HEX #364056 Gulf Blue

📋 copy color: '#364056'

red 54 ◦ green 64 ◦ blue 86

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

Shades of Gulf Blue #364056

Tints of Gulf Blue #364056

RGB

 RED value IS 54 (21.48% from 255) = 26.47%

 GREEN value IS 64 (25.39% from 255) = 31.37%

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

R = 26.47%
G = 31.37%
B = 42.16%

CMYK

 C value IS 0.37

 M value IS 0.26

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#364056 (or 0x364056) is known color: Gulf Blue. HEX triplet: 36, 40 and 56. RGB value is (54,64,86). Sum of RGB (Red+Green+Blue) = 54+64+86=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 86 - color contains mainly: blue. Hex color #364056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364056 is #C9BFA9. Grayscale: #3F3F3F. Windows color (decimal): -13221802 or 5652534. OLE color: 5652534.

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

Color convert

RGB 54 64 86 -
CMYK 0.37 0.26 0 0.66
HSL 221.25º 0.23% 0.27% -
HSV(B) 221.25º 0.37% 0.34% -
XYZ 5.03 5.12 9.53 -
YUV 63.52 140.69 121.21 -
System Red Green Blue C M Y K H S L
Decimal 54 64 86 0.37 0.26 0 0.66 221.25 0.23 0.27
Hex 36 40 56 25 1A 0 42 DD 17 1B
Octal 66 100 126 45 32 0 102 335 27 33
Binary 110110 1000000 1010110 100101 11010 0 1000010 11011101 10111 11011

Color Harmonies of #364056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364056

Black with #364056

Text Example


Text Example

White with #364056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364056; }

 p { color: rgb(54,64,86); }

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

background-color css

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

 a { background-color: rgb(54,64,86); }

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

border-color css

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

 span { border-color: rgb(54,64,86); }

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