#364262

Color #364262 Gulf Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Blue #364262

Tints of Gulf Blue #364262

Color information

#364262 (or 0x364262) is unknown color: approx 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

RGB546698-
CMYK0.450.3300.62
HSL223.64º28.95%29.8%-
HSV(B)223.64º44.9%38.43%-
XYZ5.675.5612.33-
YUV66.06146.02119.4-

RGB Variations

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

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 (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5466980.450.3300.62223.6428.9529.8
Hex3642622D2103Ee01d1e
Octal6610214255410763403536
Binary110110100001011000101011011000010111110111000001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>