#228197

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

Shades of Scooter #228197

Tints of Scooter #228197

Color information

#228197 (or 0x228197) is unknown color: approx Scooter. HEX triplet: 22, 81 and 97. RGB value is (34,129,151). Sum of RGB (Red+Green+Blue) = 34+129+151=314 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.83% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 151 (59.38% from 255 or 48.09% from 314); Max value from RGB is 151 - color contains mainly: blue. Hex color #228197 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228197 is #DD7E68. Grayscale: #666666. Windows color (decimal): -14515817 or 9928994. OLE color: 9928994.

HSL color Cylindrical-coordinate representation of color #228197: hue angle of 191.28º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #228197 is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB34129151-
CMYK0.770.1500.41
HSL191.28º63.24%36.27%-
HSV(B)191.28º77.48%59.22%-
XYZ14.118.2732.06-
YUV103.1155.0378.71-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.83%
GREEN value IS 129 (50.78% from 255) = 41.08%
BLUE value IS 151 (59.38% from 255) = 48.09%
R=10.83%
G=41.08%
B=48.09%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal341291510.770.1500.41191.2863.2436.27
Hex2281974DF029bf3f24
Octal42201227115170512777744
Binary100010100000011001011110011011111010100110111111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228197; }

 p { color: rgb(34,129,151); }

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

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

 a { background-color: rgb(34,129,151); }

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

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

 span { border-color: rgb(34,129,151); }

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