#2B3D66

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

Shades of Gulf Blue #2B3D66

Tints of Gulf Blue #2B3D66

Color information

#2B3D66 (or 0x2B3D66) is unknown color: approx Gulf Blue. HEX triplet: 2B, 3D and 66. RGB value is (43,61,102). Sum of RGB (Red+Green+Blue) = 43+61+102=206 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.87% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 102 (40.23% from 255 or 49.51% from 206); Max value from RGB is 102 - color contains mainly: blue. Hex color #2B3D66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3D66 is #D4C299. Grayscale: #3C3C3C. Windows color (decimal): -13943450 or 6700331. OLE color: 6700331.

HSL color Cylindrical-coordinate representation of color #2B3D66: hue angle of 221.69º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B3D66 is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4361102-
CMYK0.580.4000.6
HSL221.69º40.69%28.43%-
HSV(B)221.69º57.84%40%-
XYZ5.064.8113.23-
YUV60.29151.54115.67-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.87%
GREEN value IS 61 (24.22% from 255) = 29.61%
BLUE value IS 102 (40.23% from 255) = 49.51%
R=20.87%
G=29.61%
B=49.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal43611020.580.4000.6221.6940.6928.43
Hex2B3D663A2803Cde291c
Octal537514672500743365134
Binary101011111101110011011101010100001111001101111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,61,102); }

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

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

 a { background-color: rgb(43,61,102); }

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

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

 span { border-color: rgb(43,61,102); }

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