#2F6785

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

Shades of Astral #2F6785

Tints of Astral #2F6785

Color information

#2F6785 (or 0x2F6785) is unknown color: approx Astral. HEX triplet: 2F, 67 and 85. RGB value is (47,103,133). Sum of RGB (Red+Green+Blue) = 47+103+133=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #2F6785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6785 is #D0987A. Grayscale: #595959. Windows color (decimal): -13670523 or 8742703. OLE color: 8742703.

HSL color Cylindrical-coordinate representation of color #2F6785: hue angle of 200.93º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F6785 is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB47103133-
CMYK0.650.2300.48
HSL200.93º47.78%35.29%-
HSV(B)200.93º64.66%52.16%-
XYZ10.261223.97-
YUV89.68152.4597.56-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.61%
GREEN value IS 103 (40.62% from 255) = 36.40%
BLUE value IS 133 (52.34% from 255) = 47.00%
R=16.61%
G=36.40%
B=47.00%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal471031330.650.2300.48200.9347.7835.29
Hex2F67854117030c93023
Octal57147205101270603116043
Binary101111110011110000101100000110111011000011001001110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,103,133); }

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

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

 a { background-color: rgb(47,103,133); }

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

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

 span { border-color: rgb(47,103,133); }

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