#3b7290

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

Shades of Astral #3B7290

Tints of Astral #3B7290

Color information

#3B7290 (or 0x3B7290) is unknown color: approx Astral. HEX triplet: 3B, 72 and 90. RGB value is (59,114,144). Sum of RGB (Red+Green+Blue) = 59+114+144=317 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.61% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #3B7290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7290 is #C48D6F. Grayscale: #646464. Windows color (decimal): -12881264 or 9466427. OLE color: 9466427.

HSL color Cylindrical-coordinate representation of color #3B7290: hue angle of 201.18º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B7290 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB59114144-
CMYK0.590.2100.44
HSL201.18º41.87%39.8%-
HSV(B)201.18º59.03%56.47%-
XYZ12.8514.9828.6-
YUV100.98152.2898.06-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.61%
GREEN value IS 114 (44.92% from 255) = 35.96%
BLUE value IS 144 (56.64% from 255) = 45.43%
R=18.61%
G=35.96%
B=45.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal591141440.590.2100.44201.1841.8739.8
Hex3B72903B1502Cc92a28
Octal7316222073250543115250
Binary11101111100101001000011101110101010110011001001101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b7290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,114,144); }

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

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

 a { background-color: rgb(59,114,144); }

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

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

 span { border-color: rgb(59,114,144); }

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