Html Css Color HEX #364060 Gulf Blue

📋 copy color: '#364060'

red 54 ◦ green 64 ◦ blue 96

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

Shades of Gulf Blue #364060

Tints of Gulf Blue #364060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 44.86%

R = 25.23%
G = 29.91%
B = 44.86%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#364060 (or 0x364060) is known color: Gulf Blue. HEX triplet: 36, 40 and 60. RGB value is (54,64,96). Sum of RGB (Red+Green+Blue) = 54+64+96=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 96 - color contains mainly: blue. Hex color #364060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364060 is #C9BF9F. Grayscale: #404040. Windows color (decimal): -13221792 or 6307894. OLE color: 6307894.

HSL color Cylindrical-coordinate representation of color #364060: hue angle of 225.71º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #364060 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 64 96 -
CMYK 0.44 0.33 0 0.62
HSL 225.71º 0.28% 0.29% -
HSV(B) 225.71º 0.44% 0.38% -
XYZ 5.47 5.3 11.8 -
YUV 64.66 145.69 120.4 -
System Red Green Blue C M Y K H S L
Decimal 54 64 96 0.44 0.33 0 0.62 225.71 0.28 0.29
Hex 36 40 60 2C 21 0 3E E2 1C 1D
Octal 66 100 140 54 41 0 76 342 34 35
Binary 110110 1000000 1100000 101100 100001 0 111110 11100010 11100 11101

Color Harmonies of #364060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364060

Black with #364060

Text Example


Text Example

White with #364060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364060; }

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

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

background-color css

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

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

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

border-color css

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

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

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