#228099

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

Shades of Scooter #228099

Tints of Scooter #228099

Color information

#228099 (or 0x228099) is unknown color: approx Scooter. HEX triplet: 22, 80 and 99. RGB value is (34,128,153). Sum of RGB (Red+Green+Blue) = 34+128+153=315 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.79% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #228099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228099 is #DD7F66. Grayscale: #666666. Windows color (decimal): -14516071 or 10059810. OLE color: 10059810.

HSL color Cylindrical-coordinate representation of color #228099: hue angle of 192.61º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #228099 is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB34128153-
CMYK0.780.1600.4
HSL192.61º63.64%36.67%-
HSV(B)192.61º77.78%60%-
XYZ14.1318.0832.88-
YUV102.74156.3678.97-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.79%
GREEN value IS 128 (50.39% from 255) = 40.63%
BLUE value IS 153 (60.16% from 255) = 48.57%
R=10.79%
G=40.63%
B=48.57%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal341281530.780.1600.4192.6163.6436.67
Hex2280994E10028c14025
Octal422002311162005030110045
Binary10001010000000100110011001110100000101000110000011000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228099; }

 p { color: rgb(34,128,153); }

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

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

 a { background-color: rgb(34,128,153); }

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

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

 span { border-color: rgb(34,128,153); }

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