#228499

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

Shades of Scooter #228499

Tints of Scooter #228499

Color information

#228499 (or 0x228499) is unknown color: approx Scooter. HEX triplet: 22, 84 and 99. RGB value is (34,132,153). Sum of RGB (Red+Green+Blue) = 34+132+153=319 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.66% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #228499 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228499 is #DD7B66. Grayscale: #686868. Windows color (decimal): -14515047 or 10060834. OLE color: 10060834.

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

Color convert

RGB34132153-
CMYK0.780.1400.4
HSL190.59º63.64%36.67%-
HSV(B)190.59º77.78%60%-
XYZ14.6619.1433.06-
YUV105.09155.0377.29-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.66%
GREEN value IS 132 (51.95% from 255) = 41.38%
BLUE value IS 153 (60.16% from 255) = 47.96%
R=10.66%
G=41.38%
B=47.96%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal341321530.780.1400.4190.5963.6436.67
Hex2284994EE028bf4025
Octal422042311161605027710045
Binary1000101000010010011001100111011100101000101111111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228499; }

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

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

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

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

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

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

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

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