#3A425C

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

Shades of Gulf Blue #3A425C

Tints of Gulf Blue #3A425C

Color information

#3A425C (or 0x3A425C) is unknown color: approx Gulf Blue. HEX triplet: 3A, 42 and 5C. RGB value is (58,66,92). Sum of RGB (Red+Green+Blue) = 58+66+92=216 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.85% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 92 - color contains mainly: blue. Hex color #3A425C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A425C is #C5BDA3. Grayscale: #424242. Windows color (decimal): -12959140 or 6046266. OLE color: 6046266.

HSL color Cylindrical-coordinate representation of color #3A425C: hue angle of 225.88º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3A425C is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB586692-
CMYK0.370.2800.64
HSL225.88º22.67%29.41%-
HSV(B)225.88º36.96%36.08%-
XYZ5.625.5710.9-
YUV66.57142.35121.89-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.85%
GREEN value IS 66 (26.17% from 255) = 30.56%
BLUE value IS 92 (36.33% from 255) = 42.59%
R=26.85%
G=30.56%
B=42.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5866920.370.2800.64225.8822.6729.41
Hex3A425C251C040e2171d
Octal72102134453401003422735
Binary111010100001010111001001011110001000000111000101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A425C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A425C; }

 p { color: rgb(58,66,92); }

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

<style>
 a { background-color: #3A425C; }

 a { background-color: rgb(58,66,92); }

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

<style>
 span { border-color: #3A425C; }

 span { border-color: rgb(58,66,92); }

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