Html Css Color HEX #364262 Gulf Blue

📋 copy color: '#364262'

red 54 ◦ green 66 ◦ blue 98

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

Shades of Gulf Blue #364262

Tints of Gulf Blue #364262

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.28%

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

R = 24.77%
G = 30.28%
B = 44.95%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#364262 (or 0x364262) is known color: Gulf Blue. HEX triplet: 36, 42 and 62. RGB value is (54,66,98). Sum of RGB (Red+Green+Blue) = 54+66+98=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 98 - color contains mainly: blue. Hex color #364262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364262 is #C9BD9D. Grayscale: #414141. Windows color (decimal): -13221278 or 6439478. OLE color: 6439478.

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

Color convert

RGB 54 66 98 -
CMYK 0.45 0.33 0 0.62
HSL 223.64º 0.29% 0.3% -
HSV(B) 223.64º 0.45% 0.38% -
XYZ 5.67 5.56 12.33 -
YUV 66.06 146.02 119.4 -
System Red Green Blue C M Y K H S L
Decimal 54 66 98 0.45 0.33 0 0.62 223.64 0.29 0.3
Hex 36 42 62 2D 21 0 3E E0 1D 1E
Octal 66 102 142 55 41 0 76 340 35 36
Binary 110110 1000010 1100010 101101 100001 0 111110 11100000 11101 11110

Color Harmonies of #364262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364262

Black with #364262

Text Example


Text Example

White with #364262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364262; }

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

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

background-color css

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

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

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

border-color css

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

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

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