#2B385E

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

Shades of Gulf Blue #2B385E

Tints of Gulf Blue #2B385E

Color information

#2B385E (or 0x2B385E) is unknown color: approx Gulf Blue. HEX triplet: 2B, 38 and 5E. RGB value is (43,56,94). Sum of RGB (Red+Green+Blue) = 43+56+94=193 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.28% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 94 (37.11% from 255 or 48.70% from 193); Max value from RGB is 94 - color contains mainly: blue. Hex color #2B385E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B385E is #D4C7A1. Grayscale: #383838. Windows color (decimal): -13944738 or 6174763. OLE color: 6174763.

HSL color Cylindrical-coordinate representation of color #2B385E: hue angle of 224.71º 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 #2B385E is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB435694-
CMYK0.540.4000.63
HSL224.71º37.23%26.86%-
HSV(B)224.71º54.26%36.86%-
XYZ4.434.1511.16-
YUV56.44149.19118.41-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.28%
GREEN value IS 56 (22.27% from 255) = 29.02%
BLUE value IS 94 (37.11% from 255) = 48.70%
R=22.28%
G=29.02%
B=48.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4356940.540.4000.63224.7137.2326.86
Hex2B385E362803Fe1251b
Octal537013666500773414533
Binary101011111000101111011011010100001111111110000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B385E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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