#2A395F

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

Shades of Gulf Blue #2A395F

Tints of Gulf Blue #2A395F

Color information

#2A395F (or 0x2A395F) is unknown color: approx Gulf Blue. HEX triplet: 2A, 39 and 5F. RGB value is (42,57,95). Sum of RGB (Red+Green+Blue) = 42+57+95=194 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.65% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 95 (37.5% from 255 or 48.97% from 194); Max value from RGB is 95 - color contains mainly: blue. Hex color #2A395F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A395F is #D5C6A0. Grayscale: #383838. Windows color (decimal): -14010017 or 6240554. OLE color: 6240554.

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

Color convert

RGB425795-
CMYK0.560.4000.63
HSL223.02º38.69%26.86%-
HSV(B)223.02º55.79%37.25%-
XYZ4.484.2411.41-
YUV56.85149.53117.41-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.65%
GREEN value IS 57 (22.66% from 255) = 29.38%
BLUE value IS 95 (37.5% from 255) = 48.97%
R=21.65%
G=29.38%
B=48.97%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4257950.560.4000.63223.0238.6926.86
Hex2A395F382803Fdf271b
Octal527113770500773374733
Binary101010111001101111111100010100001111111101111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A395F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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