#363C58

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

Shades of Gulf Blue #363C58

Tints of Gulf Blue #363C58

Color information

#363C58 (or 0x363C58) is unknown color: approx Gulf Blue. HEX triplet: 36, 3C and 58. RGB value is (54,60,88). Sum of RGB (Red+Green+Blue) = 54+60+88=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 60 (23.83% from 255 or 29.70% from 202); Blue value is 88 (34.77% from 255 or 43.56% from 202); Max value from RGB is 88 - color contains mainly: blue. Hex color #363C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363C58 is #C9C3A7. Grayscale: #3D3D3D. Windows color (decimal): -13222824 or 5782582. OLE color: 5782582.

HSL color Cylindrical-coordinate representation of color #363C58: hue angle of 229.41º 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 #363C58 is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB546088-
CMYK0.390.3200.65
HSL229.41º23.94%27.84%-
HSV(B)229.41º38.64%34.51%-
XYZ4.94.729.89-
YUV61.4143.01122.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.73%
GREEN value IS 60 (23.83% from 255) = 29.70%
BLUE value IS 88 (34.77% from 255) = 43.56%
R=26.73%
G=29.70%
B=43.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5460880.390.3200.65229.4123.9427.84
Hex363C582720041e5181c
Octal6674130474001013453034
Binary110110111100101100010011110000001000001111001011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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