#228699

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

Shades of Scooter #228699

Tints of Scooter #228699

Color information

#228699 (or 0x228699) is unknown color: approx Scooter. HEX triplet: 22, 86 and 99. RGB value is (34,134,153). Sum of RGB (Red+Green+Blue) = 34+134+153=321 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.59% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #228699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228699 is #DD7966. Grayscale: #6A6A6A. Windows color (decimal): -14514535 or 10061346. OLE color: 10061346.

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

Color convert

RGB34134153-
CMYK0.780.1200.4
HSL189.58º63.64%36.67%-
HSV(B)189.58º77.78%60%-
XYZ14.9319.6933.15-
YUV106.27154.3776.46-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.59%
GREEN value IS 134 (52.73% from 255) = 41.74%
BLUE value IS 153 (60.16% from 255) = 47.66%
R=10.59%
G=41.74%
B=47.66%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal341341530.780.1200.4189.5863.6436.67
Hex2286994EC028be4025
Octal422062311161405027610045
Binary1000101000011010011001100111011000101000101111101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228699; }

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

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

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

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

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

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

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

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