Html Css Color HEX #364562 Gulf Blue

📋 copy color: '#364562'

red 54 ◦ green 69 ◦ blue 98

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

Shades of Gulf Blue #364562

Tints of Gulf Blue #364562

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.22%

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

R = 24.43%
G = 31.22%
B = 44.34%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#364562 (or 0x364562) is known color: Gulf Blue. HEX triplet: 36, 45 and 62. RGB value is (54,69,98). Sum of RGB (Red+Green+Blue) = 54+69+98=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 98 - color contains mainly: blue. Hex color #364562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364562 is #C9BA9D. Grayscale: #434343. Windows color (decimal): -13220510 or 6440246. OLE color: 6440246.

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

Color convert

RGB 54 69 98 -
CMYK 0.45 0.30 0 0.62
HSL 219.55º 0.29% 0.3% -
HSV(B) 219.55º 0.45% 0.38% -
XYZ 5.85 5.92 12.39 -
YUV 67.82 145.03 118.14 -
System Red Green Blue C M Y K H S L
Decimal 54 69 98 0.45 0.30 0 0.62 219.55 0.29 0.3
Hex 36 45 62 2D 1E 0 3E DC 1D 1E
Octal 66 105 142 55 36 0 76 334 35 36
Binary 110110 1000101 1100010 101101 11110 0 111110 11011100 11101 11110

Color Harmonies of #364562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364562

Black with #364562

Text Example


Text Example

White with #364562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364562; }

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

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

background-color css

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

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

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

border-color css

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

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

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