#2B4068

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

Shades of Gulf Blue #2B4068

Tints of Gulf Blue #2B4068

Color information

#2B4068 (or 0x2B4068) is unknown color: approx Gulf Blue. HEX triplet: 2B, 40 and 68. RGB value is (43,64,104). Sum of RGB (Red+Green+Blue) = 43+64+104=211 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.38% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #2B4068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4068 is #D4BF97. Grayscale: #3E3E3E. Windows color (decimal): -13942680 or 6832171. OLE color: 6832171.

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

Color convert

RGB4364104-
CMYK0.590.3800.59
HSL219.34º41.5%28.82%-
HSV(B)219.34º58.65%40.78%-
XYZ5.335.1813.82-
YUV62.28151.54114.25-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.38%
GREEN value IS 64 (25.39% from 255) = 30.33%
BLUE value IS 104 (41.02% from 255) = 49.29%
R=20.38%
G=30.33%
B=49.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal43641040.590.3800.59219.3441.528.82
Hex2B40683B2603Bdb291d
Octal5310015073460733335135
Binary1010111000000110100011101110011001110111101101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,64,104); }

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

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

 a { background-color: rgb(43,64,104); }

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

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

 span { border-color: rgb(43,64,104); }

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