#2C3558

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

Shades of Gulf Blue #2C3558

Tints of Gulf Blue #2C3558

Color information

#2C3558 (or 0x2C3558) is unknown color: approx Gulf Blue. HEX triplet: 2C, 35 and 58. RGB value is (44,53,88). Sum of RGB (Red+Green+Blue) = 44+53+88=185 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.78% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 88 (34.77% from 255 or 47.57% from 185); Max value from RGB is 88 - color contains mainly: blue. Hex color #2C3558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3558 is #D3CAA7. Grayscale: #363636. Windows color (decimal): -13879976 or 5780780. OLE color: 5780780.

HSL color Cylindrical-coordinate representation of color #2C3558: hue angle of 227.73º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2C3558 is Cyan = 0.5, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB445388-
CMYK0.50.4000.65
HSL227.73º33.33%25.88%-
HSV(B)227.73º50%34.51%-
XYZ4.073.799.75-
YUV54.3147.02120.65-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.78%
GREEN value IS 53 (21.09% from 255) = 28.65%
BLUE value IS 88 (34.77% from 255) = 47.57%
R=23.78%
G=28.65%
B=47.57%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4453880.50.4000.65227.7333.3325.88
Hex2C35583228041e4211a
Octal5465130625001013444132
Binary1011001101011011000110010101000010000011110010010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C3558; }

 p { color: rgb(44,53,88); }

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

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

 a { background-color: rgb(44,53,88); }

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

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

 span { border-color: rgb(44,53,88); }

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