Html Css Color HEX #364560 Gulf Blue

📋 copy color: '#364560'

red 54 ◦ green 69 ◦ blue 96

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

Shades of Gulf Blue #364560

Tints of Gulf Blue #364560

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.51%

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

R = 24.66%
G = 31.51%
B = 43.84%

CMYK

 C value IS 0.44

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#364560 (or 0x364560) is known color: Gulf Blue. HEX triplet: 36, 45 and 60. RGB value is (54,69,96). Sum of RGB (Red+Green+Blue) = 54+69+96=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 96 - color contains mainly: blue. Hex color #364560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364560 is #C9BA9F. Grayscale: #434343. Windows color (decimal): -13220512 or 6309174. OLE color: 6309174.

HSL color Cylindrical-coordinate representation of color #364560: hue angle of 218.57º 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 #364560 is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 69 96 -
CMYK 0.44 0.28 0 0.62
HSL 218.57º 0.28% 0.29% -
HSV(B) 218.57º 0.44% 0.38% -
XYZ 5.76 5.89 11.9 -
YUV 67.59 144.03 118.3 -
System Red Green Blue C M Y K H S L
Decimal 54 69 96 0.44 0.28 0 0.62 218.57 0.28 0.29
Hex 36 45 60 2C 1C 0 3E DB 1C 1D
Octal 66 105 140 54 34 0 76 333 34 35
Binary 110110 1000101 1100000 101100 11100 0 111110 11011011 11100 11101

Color Harmonies of #364560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364560

Black with #364560

Text Example


Text Example

White with #364560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364560; }

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

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

background-color css

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

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

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

border-color css

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

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

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