#363D58

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

Shades of Gulf Blue #363D58

Tints of Gulf Blue #363D58

Color information

#363D58 (or 0x363D58) is unknown color: approx Gulf Blue. HEX triplet: 36, 3D and 58. RGB value is (54,61,88). Sum of RGB (Red+Green+Blue) = 54+61+88=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 88 - color contains mainly: blue. Hex color #363D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363D58 is #C9C2A7. Grayscale: #3D3D3D. Windows color (decimal): -13222568 or 5782838. OLE color: 5782838.

HSL color Cylindrical-coordinate representation of color #363D58: hue angle of 227.65º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #363D58 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB546188-
CMYK0.390.3100.65
HSL227.65º23.94%27.84%-
HSV(B)227.65º38.64%34.51%-
XYZ4.954.839.9-
YUV61.98142.68122.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.60%
GREEN value IS 61 (24.22% from 255) = 30.05%
BLUE value IS 88 (34.77% from 255) = 43.35%
R=26.60%
G=30.05%
B=43.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5461880.390.3100.65227.6523.9427.84
Hex363D58271F041e4181c
Octal6675130473701013443034
Binary11011011110110110001001111111101000001111001001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363D58; }

 p { color: rgb(54,61,88); }

 H1.HeaderClassName
 {
   color: #363D58;
 }
 .AnyTagClassName
 {
   color: #363D58;
 }
</style>
background-color css

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

 a { background-color: rgb(54,61,88); }

 div.DivClassName
 {
   background-color: #363D58;
 }
 .BgClassName
 {
   background-color: #363D58;
 }
</style>
border-color css

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

 span { border-color: rgb(54,61,88); }

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