Html Css Color HEX #364160 Gulf Blue

📋 copy color: '#364160'

red 54 ◦ green 65 ◦ blue 96

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

Shades of Gulf Blue #364160

Tints of Gulf Blue #364160

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.23%

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

R = 25.12%
G = 30.23%
B = 44.65%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#364160 (or 0x364160) is known color: Gulf Blue. HEX triplet: 36, 41 and 60. RGB value is (54,65,96). Sum of RGB (Red+Green+Blue) = 54+65+96=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 96 - color contains mainly: blue. Hex color #364160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364160 is #C9BE9F. Grayscale: #414141. Windows color (decimal): -13221536 or 6308150. OLE color: 6308150.

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

Color convert

RGB 54 65 96 -
CMYK 0.44 0.32 0 0.62
HSL 224.29º 0.28% 0.29% -
HSV(B) 224.29º 0.44% 0.38% -
XYZ 5.52 5.41 11.82 -
YUV 65.25 145.36 119.98 -
System Red Green Blue C M Y K H S L
Decimal 54 65 96 0.44 0.32 0 0.62 224.29 0.28 0.29
Hex 36 41 60 2C 20 0 3E E0 1C 1D
Octal 66 101 140 54 40 0 76 340 34 35
Binary 110110 1000001 1100000 101100 100000 0 111110 11100000 11100 11101

Color Harmonies of #364160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364160

Black with #364160

Text Example


Text Example

White with #364160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364160; }

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

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

background-color css

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

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

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

border-color css

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

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

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