#228A9E

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

Shades of Scooter #228A9E

Tints of Scooter #228A9E

Color information

#228A9E (or 0x228A9E) is unknown color: approx Scooter. HEX triplet: 22, 8A and 9E. RGB value is (34,138,158). Sum of RGB (Red+Green+Blue) = 34+138+158=330 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.30% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 158 (62.11% from 255 or 47.88% from 330); Max value from RGB is 158 - color contains mainly: blue. Hex color #228A9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228A9E is #DD7561. Grayscale: #6D6D6D. Windows color (decimal): -14513506 or 10390050. OLE color: 10390050.

HSL color Cylindrical-coordinate representation of color #228A9E: hue angle of 189.68º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #228A9E is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB34138158-
CMYK0.780.1300.38
HSL189.68º64.58%37.65%-
HSV(B)189.68º78.48%61.96%-
XYZ15.9220.9935.56-
YUV109.18155.5474.37-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.30%
GREEN value IS 138 (54.30% from 255) = 41.82%
BLUE value IS 158 (62.11% from 255) = 47.88%
R=10.30%
G=41.82%
B=47.88%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal341381580.780.1300.38189.6864.5837.65
Hex228A9E4ED026be4126
Octal422122361161504627610146
Binary1000101000101010011110100111011010100110101111101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228A9E; }

 p { color: rgb(34,138,158); }

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

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

 a { background-color: rgb(34,138,158); }

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

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

 span { border-color: rgb(34,138,158); }

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