#2F7785

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

Shades of Atoll #2F7785

Tints of Atoll #2F7785

Color information

#2F7785 (or 0x2F7785) is unknown color: approx Atoll. HEX triplet: 2F, 77 and 85. RGB value is (47,119,133). Sum of RGB (Red+Green+Blue) = 47+119+133=299 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.72% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 133 - color contains mainly: blue. Hex color #2F7785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7785 is #D0887A. Grayscale: #626262. Windows color (decimal): -13666427 or 8746799. OLE color: 8746799.

HSL color Cylindrical-coordinate representation of color #2F7785: hue angle of 189.77º 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 #2F7785 is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB47119133-
CMYK0.650.1100.48
HSL189.77º47.78%35.29%-
HSV(B)189.77º64.66%52.16%-
XYZ1215.4924.55-
YUV99.07147.1590.86-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.72%
GREEN value IS 119 (46.88% from 255) = 39.80%
BLUE value IS 133 (52.34% from 255) = 44.48%
R=15.72%
G=39.80%
B=44.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal471191330.650.1100.48189.7747.7835.29
Hex2F778541B030be3023
Octal57167205101130602766043
Binary10111111101111000010110000011011011000010111110110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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