Html Css Color HEX #364362 Gulf Blue

📋 copy color: '#364362'

red 54 ◦ green 67 ◦ blue 98

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

Shades of Gulf Blue #364362

Tints of Gulf Blue #364362

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.59%

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

R = 24.66%
G = 30.59%
B = 44.75%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#364362 (or 0x364362) is known color: Gulf Blue. HEX triplet: 36, 43 and 62. RGB value is (54,67,98). Sum of RGB (Red+Green+Blue) = 54+67+98=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 98 (38.67% from 255 or 44.75% from 219); Max value from RGB is 98 - color contains mainly: blue. Hex color #364362 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364362 is #C9BC9D. Grayscale: #424242. Windows color (decimal): -13221022 or 6439734. OLE color: 6439734.

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

Color convert

RGB 54 67 98 -
CMYK 0.45 0.32 0 0.62
HSL 222.27º 0.29% 0.3% -
HSV(B) 222.27º 0.45% 0.38% -
XYZ 5.73 5.68 12.35 -
YUV 66.65 145.69 118.98 -
System Red Green Blue C M Y K H S L
Decimal 54 67 98 0.45 0.32 0 0.62 222.27 0.29 0.3
Hex 36 43 62 2D 20 0 3E DE 1D 1E
Octal 66 103 142 55 40 0 76 336 35 36
Binary 110110 1000011 1100010 101101 100000 0 111110 11011110 11101 11110

Color Harmonies of #364362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364362

Black with #364362

Text Example


Text Example

White with #364362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364362; }

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

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

background-color css

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

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

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

border-color css

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

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

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