Html Css Color HEX #364662 Gulf Blue

📋 copy color: '#364662'

red 54 ◦ green 70 ◦ blue 98

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

Shades of Gulf Blue #364662

Tints of Gulf Blue #364662

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.53%

 BLUE value IS 98 (38.67% from 255) = 44.14%

R = 24.32%
G = 31.53%
B = 44.14%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#364662 (or 0x364662) is known color: Gulf Blue. HEX triplet: 36, 46 and 62. RGB value is (54,70,98). Sum of RGB (Red+Green+Blue) = 54+70+98=222 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.32% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 98 (38.67% from 255 or 44.14% from 222); Max value from RGB is 98 - color contains mainly: blue. Hex color #364662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364662 is #C9B99D. Grayscale: #444444. Windows color (decimal): -13220254 or 6440502. OLE color: 6440502.

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

Color convert

RGB 54 70 98 -
CMYK 0.45 0.29 0 0.62
HSL 218.18º 0.29% 0.3% -
HSV(B) 218.18º 0.45% 0.38% -
XYZ 5.92 6.05 12.41 -
YUV 68.41 144.7 117.72 -
System Red Green Blue C M Y K H S L
Decimal 54 70 98 0.45 0.29 0 0.62 218.18 0.29 0.3
Hex 36 46 62 2D 1D 0 3E DA 1D 1E
Octal 66 106 142 55 35 0 76 332 35 36
Binary 110110 1000110 1100010 101101 11101 0 111110 11011010 11101 11110

Color Harmonies of #364662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364662

Black with #364662

Text Example


Text Example

White with #364662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364662; }

 p { color: rgb(54,70,98); }

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

background-color css

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

 a { background-color: rgb(54,70,98); }

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

border-color css

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

 span { border-color: rgb(54,70,98); }

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