#228899

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

Shades of Scooter #228899

Tints of Scooter #228899

Color information

#228899 (or 0x228899) is unknown color: approx Scooter. HEX triplet: 22, 88 and 99. RGB value is (34,136,153). Sum of RGB (Red+Green+Blue) = 34+136+153=323 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.53% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #228899 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228899 is #DD7766. Grayscale: #6B6B6B. Windows color (decimal): -14514023 or 10061858. OLE color: 10061858.

HSL color Cylindrical-coordinate representation of color #228899: hue angle of 188.57º 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 #228899 is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB34136153-
CMYK0.780.1100.4
HSL188.57º63.64%36.67%-
HSV(B)188.57º77.78%60%-
XYZ15.2120.2533.24-
YUV107.44153.7175.62-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.53%
GREEN value IS 136 (53.52% from 255) = 42.11%
BLUE value IS 153 (60.16% from 255) = 47.37%
R=10.53%
G=42.11%
B=47.37%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal341361530.780.1100.4188.5763.6436.67
Hex2288994EB028bd4025
Octal422102311161305027510045
Binary1000101000100010011001100111010110101000101111011000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228899; }

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

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

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

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

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

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

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

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