#2f8ca7

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

Shades of Scooter #2F8CA7

Tints of Scooter #2F8CA7

Color information

#2F8CA7 (or 0x2F8CA7) is unknown color: approx Scooter. HEX triplet: 2F, 8C and A7. RGB value is (47,140,167). Sum of RGB (Red+Green+Blue) = 47+140+167=354 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.28% from 354); Green value is 140 (55.08% from 255 or 39.55% from 354); Blue value is 167 (65.62% from 255 or 47.18% from 354); Max value from RGB is 167 - color contains mainly: blue. Hex color #2F8CA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F8CA7 is #D07358. Grayscale: #737373. Windows color (decimal): -13661017 or 10980399. OLE color: 10980399.

HSL color Cylindrical-coordinate representation of color #2F8CA7: hue angle of 193.5º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F8CA7 is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB47140167-
CMYK0.720.1600.35
HSL193.5º56.07%41.96%-
HSV(B)193.5º71.86%65.49%-
XYZ17.5322.1539.91-
YUV115.27157.1979.3-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.28%
GREEN value IS 140 (55.08% from 255) = 39.55%
BLUE value IS 167 (65.62% from 255) = 47.18%
R=13.28%
G=39.55%
B=47.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal471401670.720.1600.35193.556.0741.96
Hex2F8CA74810023c2382a
Octal57214247110200433027052
Binary1011111000110010100111100100010000010001111000010111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f8ca7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,140,167); }

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

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

 a { background-color: rgb(47,140,167); }

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

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

 span { border-color: rgb(47,140,167); }

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