#2A385F

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

Shades of Gulf Blue #2A385F

Tints of Gulf Blue #2A385F

Color information

#2A385F (or 0x2A385F) is unknown color: approx Gulf Blue. HEX triplet: 2A, 38 and 5F. RGB value is (42,56,95). Sum of RGB (Red+Green+Blue) = 42+56+95=193 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.76% from 193); Green value is 56 (22.27% from 255 or 29.02% 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 #2A385F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A385F is #D5C7A0. Grayscale: #383838. Windows color (decimal): -14010273 or 6240298. OLE color: 6240298.

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

Color convert

RGB425695-
CMYK0.560.4100.63
HSL224.15º38.69%26.86%-
HSV(B)224.15º55.79%37.25%-
XYZ4.434.1511.39-
YUV56.26149.86117.83-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.76%
GREEN value IS 56 (22.27% from 255) = 29.02%
BLUE value IS 95 (37.5% from 255) = 49.22%
R=21.76%
G=29.02%
B=49.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4256950.560.4100.63224.1538.6926.86
Hex2A385F382903Fe0271b
Octal527013770510773404733
Binary101010111000101111111100010100101111111110000010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A385F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,56,95); }

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

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

 a { background-color: rgb(42,56,95); }

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

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

 span { border-color: rgb(42,56,95); }

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