Html Css Color HEX #364057 Gulf Blue

📋 copy color: '#364057'

red 54 ◦ green 64 ◦ blue 87

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

Shades of Gulf Blue #364057

Tints of Gulf Blue #364057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 42.44%

R = 26.34%
G = 31.22%
B = 42.44%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#364057 (or 0x364057) is known color: Gulf Blue. HEX triplet: 36, 40 and 57. RGB value is (54,64,87). Sum of RGB (Red+Green+Blue) = 54+64+87=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 87 - color contains mainly: blue. Hex color #364057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364057 is #C9BFA8. Grayscale: #3F3F3F. Windows color (decimal): -13221801 or 5718070. OLE color: 5718070.

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

Color convert

RGB 54 64 87 -
CMYK 0.38 0.26 0 0.66
HSL 221.82º 0.23% 0.28% -
HSV(B) 221.82º 0.38% 0.34% -
XYZ 5.08 5.14 9.74 -
YUV 63.63 141.19 121.13 -
System Red Green Blue C M Y K H S L
Decimal 54 64 87 0.38 0.26 0 0.66 221.82 0.23 0.28
Hex 36 40 57 26 1A 0 42 DE 17 1C
Octal 66 100 127 46 32 0 102 336 27 34
Binary 110110 1000000 1010111 100110 11010 0 1000010 11011110 10111 11100

Color Harmonies of #364057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364057

Black with #364057

Text Example


Text Example

White with #364057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364057; }

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

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

background-color css

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

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

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

border-color css

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

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

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