#2F7B87

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

Shades of Atoll #2F7B87

Tints of Atoll #2F7B87

Color information

#2F7B87 (or 0x2F7B87) is unknown color: approx Atoll. HEX triplet: 2F, 7B and 87. RGB value is (47,123,135). Sum of RGB (Red+Green+Blue) = 47+123+135=305 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.41% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 135 - color contains mainly: blue. Hex color #2F7B87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7B87 is #D08478. Grayscale: #656565. Windows color (decimal): -13665401 or 8878895. OLE color: 8878895.

HSL color Cylindrical-coordinate representation of color #2F7B87: hue angle of 188.18º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F7B87 is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB47123135-
CMYK0.650.0900.47
HSL188.18º48.35%35.69%-
HSV(B)188.18º65.19%52.94%-
XYZ12.6316.5225.44-
YUV101.64146.8289.02-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.41%
GREEN value IS 123 (48.44% from 255) = 40.33%
BLUE value IS 135 (53.12% from 255) = 44.26%
R=15.41%
G=40.33%
B=44.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal471231350.650.0900.47188.1848.3535.69
Hex2F7B8741902Fbc3024
Octal57173207101110572746044
Binary10111111110111000011110000011001010111110111100110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,123,135); }

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

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

 a { background-color: rgb(47,123,135); }

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

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

 span { border-color: rgb(47,123,135); }

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