Html Css Color HEX #364158 Gulf Blue

📋 copy color: '#364158'

red 54 ◦ green 65 ◦ blue 88

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

Shades of Gulf Blue #364158

Tints of Gulf Blue #364158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 42.51%

R = 26.09%
G = 31.4%
B = 42.51%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#364158 (or 0x364158) is known color: Gulf Blue. HEX triplet: 36, 41 and 58. RGB value is (54,65,88). Sum of RGB (Red+Green+Blue) = 54+65+88=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 88 (34.77% from 255 or 42.51% from 207); Max value from RGB is 88 - color contains mainly: blue. Hex color #364158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364158 is #C9BEA7. Grayscale: #404040. Windows color (decimal): -13221544 or 5783862. OLE color: 5783862.

HSL color Cylindrical-coordinate representation of color #364158: hue angle of 220.59º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #364158 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 65 88 -
CMYK 0.39 0.26 0 0.65
HSL 220.59º 0.24% 0.28% -
HSV(B) 220.59º 0.39% 0.35% -
XYZ 5.17 5.27 9.98 -
YUV 64.33 141.36 120.63 -
System Red Green Blue C M Y K H S L
Decimal 54 65 88 0.39 0.26 0 0.65 220.59 0.24 0.28
Hex 36 41 58 27 1A 0 41 DD 18 1C
Octal 66 101 130 47 32 0 101 335 30 34
Binary 110110 1000001 1011000 100111 11010 0 1000001 11011101 11000 11100

Color Harmonies of #364158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364158

Black with #364158

Text Example


Text Example

White with #364158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364158; }

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

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

background-color css

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

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

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

border-color css

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

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

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