#2B375F

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

Shades of Gulf Blue #2B375F

Tints of Gulf Blue #2B375F

Color information

#2B375F (or 0x2B375F) is unknown color: approx Gulf Blue. HEX triplet: 2B, 37 and 5F. RGB value is (43,55,95). Sum of RGB (Red+Green+Blue) = 43+55+95=193 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.28% from 193); Green value is 55 (21.88% from 255 or 28.50% from 193); Blue value is 95 (37.5% from 255 or 49.22% from 193); Max value from RGB is 95 - color contains mainly: blue. Hex color #2B375F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B375F is #D4C8A0. Grayscale: #373737. Windows color (decimal): -13944993 or 6240043. OLE color: 6240043.

HSL color Cylindrical-coordinate representation of color #2B375F: hue angle of 226.15º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B375F is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB435595-
CMYK0.550.4200.63
HSL226.15º37.68%27.06%-
HSV(B)226.15º54.74%37.25%-
XYZ4.434.0711.38-
YUV55.97150.02118.75-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.28%
GREEN value IS 55 (21.88% from 255) = 28.50%
BLUE value IS 95 (37.5% from 255) = 49.22%
R=22.28%
G=28.50%
B=49.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4355950.550.4200.63226.1537.6827.06
Hex2B375F372A03Fe2261b
Octal536713767520773424633
Binary101011110111101111111011110101001111111110001010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B375F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,55,95); }

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

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

 a { background-color: rgb(43,55,95); }

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

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

 span { border-color: rgb(43,55,95); }

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