Html Css Color HEX #364161 Gulf Blue

📋 copy color: '#364161'

red 54 ◦ green 65 ◦ blue 97

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

Shades of Gulf Blue #364161

Tints of Gulf Blue #364161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 44.91%

R = 25%
G = 30.09%
B = 44.91%

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

#364161 (or 0x364161) is known color: Gulf Blue. HEX triplet: 36, 41 and 61. RGB value is (54,65,97). Sum of RGB (Red+Green+Blue) = 54+65+97=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 97 - color contains mainly: blue. Hex color #364161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364161 is #C9BE9E. Grayscale: #414141. Windows color (decimal): -13221535 or 6373686. OLE color: 6373686.

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

Color convert

RGB 54 65 97 -
CMYK 0.44 0.33 0 0.62
HSL 224.65º 0.28% 0.3% -
HSV(B) 224.65º 0.44% 0.38% -
XYZ 5.57 5.43 12.06 -
YUV 65.36 145.86 119.9 -
System Red Green Blue C M Y K H S L
Decimal 54 65 97 0.44 0.33 0 0.62 224.65 0.28 0.3
Hex 36 41 61 2C 21 0 3E E1 1C 1E
Octal 66 101 141 54 41 0 76 341 34 36
Binary 110110 1000001 1100001 101100 100001 0 111110 11100001 11100 11110

Color Harmonies of #364161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364161

Black with #364161

Text Example


Text Example

White with #364161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364161; }

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

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

background-color css

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

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

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

border-color css

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

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

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