#3A4461

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

Shades of Gulf Blue #3A4461

Tints of Gulf Blue #3A4461

Color information

#3A4461 (or 0x3A4461) is unknown color: approx Gulf Blue. HEX triplet: 3A, 44 and 61. RGB value is (58,68,97). Sum of RGB (Red+Green+Blue) = 58+68+97=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 97 (38.28% from 255 or 43.50% from 223); Max value from RGB is 97 - color contains mainly: blue. Hex color #3A4461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4461 is #C5BB9E. Grayscale: #444444. Windows color (decimal): -12958623 or 6374458. OLE color: 6374458.

HSL color Cylindrical-coordinate representation of color #3A4461: hue angle of 224.62º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A4461 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB586897-
CMYK0.400.3000.62
HSL224.62º25.16%30.39%-
HSV(B)224.62º40.21%38.04%-
XYZ5.975.912.13-
YUV68.32144.19120.64-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.01%
GREEN value IS 68 (26.95% from 255) = 30.49%
BLUE value IS 97 (38.28% from 255) = 43.50%
R=26.01%
G=30.49%
B=43.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5868970.400.3000.62224.6225.1630.39
Hex3A4461281E03Ee1191e
Octal7210414150360763413136
Binary11101010001001100001101000111100111110111000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,68,97); }

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

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

 a { background-color: rgb(58,68,97); }

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

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

 span { border-color: rgb(58,68,97); }

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