Html Css Color HEX #364463 Gulf Blue

📋 copy color: '#364463'

red 54 ◦ green 68 ◦ blue 99

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

Shades of Gulf Blue #364463

Tints of Gulf Blue #364463

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.77%

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

R = 24.43%
G = 30.77%
B = 44.8%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#364463 (or 0x364463) is known color: Gulf Blue. HEX triplet: 36, 44 and 63. RGB value is (54,68,99). Sum of RGB (Red+Green+Blue) = 54+68+99=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #364463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364463 is #C9BB9C. Grayscale: #434343. Windows color (decimal): -13220765 or 6505526. OLE color: 6505526.

HSL color Cylindrical-coordinate representation of color #364463: hue angle of 221.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 #364463 is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 54 68 99 -
CMYK 0.45 0.31 0 0.61
HSL 221.33º 0.29% 0.3% -
HSV(B) 221.33º 0.45% 0.39% -
XYZ 5.84 5.82 12.62 -
YUV 67.35 145.86 118.48 -
System Red Green Blue C M Y K H S L
Decimal 54 68 99 0.45 0.31 0 0.61 221.33 0.29 0.3
Hex 36 44 63 2D 1F 0 3D DD 1D 1E
Octal 66 104 143 55 37 0 75 335 35 36
Binary 110110 1000100 1100011 101101 11111 0 111101 11011101 11101 11110

Color Harmonies of #364463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364463

Black with #364463

Text Example


Text Example

White with #364463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364463; }

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

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

background-color css

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

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

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

border-color css

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

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

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