#3C455E

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

Shades of Gulf Blue #3C455E

Tints of Gulf Blue #3C455E

Color information

#3C455E (or 0x3C455E) is unknown color: approx Gulf Blue. HEX triplet: 3C, 45 and 5E. RGB value is (60,69,94). Sum of RGB (Red+Green+Blue) = 60+69+94=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 94 - color contains mainly: blue. Hex color #3C455E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C455E is #C3BAA1. Grayscale: #454545. Windows color (decimal): -12827298 or 6178108. OLE color: 6178108.

HSL color Cylindrical-coordinate representation of color #3C455E: hue angle of 224.12º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3C455E is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB606994-
CMYK0.360.2700.63
HSL224.12º22.08%30.2%-
HSV(B)224.12º36.17%36.86%-
XYZ6.016.0311.44-
YUV69.16142.02121.47-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.91%
GREEN value IS 69 (27.34% from 255) = 30.94%
BLUE value IS 94 (37.11% from 255) = 42.15%
R=26.91%
G=30.94%
B=42.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6069940.360.2700.63224.1222.0830.2
Hex3C455E241B03Fe0161e
Octal7410513644330773402636
Binary11110010001011011110100100110110111111111000001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C455E; }

 p { color: rgb(60,69,94); }

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

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

 a { background-color: rgb(60,69,94); }

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

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

 span { border-color: rgb(60,69,94); }

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