Html Css Color HEX #364261 Gulf Blue

📋 copy color: '#364261'

red 54 ◦ green 66 ◦ blue 97

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

Shades of Gulf Blue #364261

Tints of Gulf Blue #364261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.41%

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

R = 24.88%
G = 30.41%
B = 44.7%

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

#364261 (or 0x364261) is known color: Gulf Blue. HEX triplet: 36, 42 and 61. RGB value is (54,66,97). Sum of RGB (Red+Green+Blue) = 54+66+97=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 97 - color contains mainly: blue. Hex color #364261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364261 is #C9BD9E. Grayscale: #414141. Windows color (decimal): -13221279 or 6373942. OLE color: 6373942.

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

Color convert

RGB 54 66 97 -
CMYK 0.44 0.32 0 0.62
HSL 223.26º 0.28% 0.3% -
HSV(B) 223.26º 0.44% 0.38% -
XYZ 5.63 5.54 12.08 -
YUV 65.95 145.52 119.48 -
System Red Green Blue C M Y K H S L
Decimal 54 66 97 0.44 0.32 0 0.62 223.26 0.28 0.3
Hex 36 42 61 2C 20 0 3E DF 1C 1E
Octal 66 102 141 54 40 0 76 337 34 36
Binary 110110 1000010 1100001 101100 100000 0 111110 11011111 11100 11110

Color Harmonies of #364261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364261

Black with #364261

Text Example


Text Example

White with #364261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364261; }

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

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

background-color css

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

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

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

border-color css

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

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

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