#2B395E

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

Shades of Gulf Blue #2B395E

Tints of Gulf Blue #2B395E

Color information

#2B395E (or 0x2B395E) is unknown color: approx Gulf Blue. HEX triplet: 2B, 39 and 5E. RGB value is (43,57,94). Sum of RGB (Red+Green+Blue) = 43+57+94=194 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.16% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 94 (37.11% from 255 or 48.45% from 194); Max value from RGB is 94 - color contains mainly: blue. Hex color #2B395E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B395E is #D4C6A1. Grayscale: #383838. Windows color (decimal): -13944482 or 6175019. OLE color: 6175019.

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

Color convert

RGB435794-
CMYK0.540.3900.63
HSL223.53º37.23%26.86%-
HSV(B)223.53º54.26%36.86%-
XYZ4.484.2511.17-
YUV57.03148.86117.99-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.16%
GREEN value IS 57 (22.66% from 255) = 29.38%
BLUE value IS 94 (37.11% from 255) = 48.45%
R=22.16%
G=29.38%
B=48.45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4357940.540.3900.63223.5337.2326.86
Hex2B395E362703Fe0251b
Octal537113666470773404533
Binary101011111001101111011011010011101111111110000010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B395E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,57,94); }

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

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

 a { background-color: rgb(43,57,94); }

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

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

 span { border-color: rgb(43,57,94); }

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