Html Css Color HEX #364763 Gulf Blue

📋 copy color: '#364763'

red 54 ◦ green 71 ◦ blue 99

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

Shades of Gulf Blue #364763

Tints of Gulf Blue #364763

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.7%

 BLUE value IS 99 (39.06% from 255) = 44.2%

R = 24.11%
G = 31.7%
B = 44.2%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#364763 (or 0x364763) is known color: Gulf Blue. HEX triplet: 36, 47 and 63. RGB value is (54,71,99). Sum of RGB (Red+Green+Blue) = 54+71+99=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 99 - color contains mainly: blue. Hex color #364763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364763 is #C9B89C. Grayscale: #444444. Windows color (decimal): -13219997 or 6506294. OLE color: 6506294.

HSL color Cylindrical-coordinate representation of color #364763: hue angle of 217.33º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #364763 is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 54 71 99 -
CMYK 0.45 0.28 0 0.61
HSL 217.33º 0.29% 0.3% -
HSV(B) 217.33º 0.45% 0.39% -
XYZ 6.03 6.19 12.68 -
YUV 69.11 144.87 117.22 -
System Red Green Blue C M Y K H S L
Decimal 54 71 99 0.45 0.28 0 0.61 217.33 0.29 0.3
Hex 36 47 63 2D 1C 0 3D D9 1D 1E
Octal 66 107 143 55 34 0 75 331 35 36
Binary 110110 1000111 1100011 101101 11100 0 111101 11011001 11101 11110

Color Harmonies of #364763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364763

Black with #364763

Text Example


Text Example

White with #364763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364763; }

 p { color: rgb(54,71,99); }

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

background-color css

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

 a { background-color: rgb(54,71,99); }

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

border-color css

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

 span { border-color: rgb(54,71,99); }

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