#2F8296

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

Shades of Scooter #2F8296

Tints of Scooter #2F8296

Color information

#2F8296 (or 0x2F8296) is unknown color: approx Scooter. HEX triplet: 2F, 82 and 96. RGB value is (47,130,150). Sum of RGB (Red+Green+Blue) = 47+130+150=327 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.37% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 150 - color contains mainly: blue. Hex color #2F8296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F8296 is #D07D69. Grayscale: #6B6B6B. Windows color (decimal): -13663594 or 9863727. OLE color: 9863727.

HSL color Cylindrical-coordinate representation of color #2F8296: hue angle of 191.65º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F8296 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB47130150-
CMYK0.690.1300.41
HSL191.65º52.28%38.63%-
HSV(B)191.65º68.67%58.82%-
XYZ14.6618.7731.7-
YUV107.4615284.87-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.37%
GREEN value IS 130 (51.17% from 255) = 39.76%
BLUE value IS 150 (58.98% from 255) = 45.87%
R=14.37%
G=39.76%
B=45.87%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal471301500.690.1300.41191.6552.2838.63
Hex2F829645D029c03427
Octal57202226105150513006447
Binary101111100000101001011010001011101010100111000000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,130,150); }

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

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

 a { background-color: rgb(47,130,150); }

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

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

 span { border-color: rgb(47,130,150); }

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