Html Css Color HEX #364260 Gulf Blue

📋 copy color: '#364260'

red 54 ◦ green 66 ◦ blue 96

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

Shades of Gulf Blue #364260

Tints of Gulf Blue #364260

RGB

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

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

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

R = 25%
G = 30.56%
B = 44.44%

CMYK

 C value IS 0.44

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#364260 (or 0x364260) is known color: Gulf Blue. HEX triplet: 36, 42 and 60. RGB value is (54,66,96). Sum of RGB (Red+Green+Blue) = 54+66+96=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 96 - color contains mainly: blue. Hex color #364260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364260 is #C9BD9F. Grayscale: #414141. Windows color (decimal): -13221280 or 6308406. OLE color: 6308406.

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

Color convert

RGB 54 66 96 -
CMYK 0.44 0.31 0 0.62
HSL 222.86º 0.28% 0.29% -
HSV(B) 222.86º 0.44% 0.38% -
XYZ 5.58 5.53 11.84 -
YUV 65.83 145.02 119.56 -
System Red Green Blue C M Y K H S L
Decimal 54 66 96 0.44 0.31 0 0.62 222.86 0.28 0.29
Hex 36 42 60 2C 1F 0 3E DF 1C 1D
Octal 66 102 140 54 37 0 76 337 34 35
Binary 110110 1000010 1100000 101100 11111 0 111110 11011111 11100 11101

Color Harmonies of #364260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364260

Black with #364260

Text Example


Text Example

White with #364260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364260; }

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

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

background-color css

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

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

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

border-color css

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

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

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