#2C4168

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

Shades of Gulf Blue #2C4168

Tints of Gulf Blue #2C4168

Color information

#2C4168 (or 0x2C4168) is unknown color: approx Gulf Blue. HEX triplet: 2C, 41 and 68. RGB value is (44,65,104). Sum of RGB (Red+Green+Blue) = 44+65+104=213 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.66% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 104 (41.02% from 255 or 48.83% from 213); Max value from RGB is 104 - color contains mainly: blue. Hex color #2C4168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4168 is #D3BE97. Grayscale: #3E3E3E. Windows color (decimal): -13876888 or 6832428. OLE color: 6832428.

HSL color Cylindrical-coordinate representation of color #2C4168: hue angle of 219º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C4168 is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4465104-
CMYK0.580.3800.59
HSL219º40.54%29.02%-
HSV(B)219º57.69%40.78%-
XYZ5.435.3213.84-
YUV63.17151.04114.33-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.66%
GREEN value IS 65 (25.78% from 255) = 30.52%
BLUE value IS 104 (41.02% from 255) = 48.83%
R=20.66%
G=30.52%
B=48.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal44651040.580.3800.5921940.5429.02
Hex2C41683A2603Bdb291d
Octal5410115072460733335135
Binary1011001000001110100011101010011001110111101101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,65,104); }

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

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

 a { background-color: rgb(44,65,104); }

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

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

 span { border-color: rgb(44,65,104); }

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