Html Css Color HEX #228AA0 Scooter

📋 copy color: '#228AA0'

red 34 ◦ green 138 ◦ blue 160

#228AA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scooter #228AA0

Tints of Scooter #228AA0

RGB

 RED value IS 34 (13.67% from 255) = 10.24%

 GREEN value IS 138 (54.3% from 255) = 41.57%

 BLUE value IS 160 (62.89% from 255) = 48.19%

R = 10.24%
G = 41.57%
B = 48.19%

CMYK

 C value IS 0.79

 M value IS 0.14

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#228AA0 (or 0x228AA0) is known color: Scooter. HEX triplet: 22, 8A and A0. RGB value is (34,138,160). Sum of RGB (Red+Green+Blue) = 34+138+160=332 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.24% from 332); Green value is 138 (54.30% from 255 or 41.57% from 332); Blue value is 160 (62.89% from 255 or 48.19% from 332); Max value from RGB is 160 - color contains mainly: blue. Hex color #228AA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228AA0 is #DD755F. Grayscale: #6D6D6D. Windows color (decimal): -14513504 or 10521122. OLE color: 10521122.

HSL color Cylindrical-coordinate representation of color #228AA0: hue angle of 190.48º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #228AA0 is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 34 138 160 -
CMYK 0.79 0.14 0 0.37
HSL 190.48º 0.65% 0.38% -
HSV(B) 190.48º 0.79% 0.63% -
XYZ 16.09 21.06 36.47 -
YUV 109.41 156.54 74.21 -
System Red Green Blue C M Y K H S L
Decimal 34 138 160 0.79 0.14 0 0.37 190.48 0.65 0.38
Hex 22 8A A0 4F E 0 25 BE 41 26
Octal 42 212 240 117 16 0 45 276 101 46
Binary 100010 10001010 10100000 1001111 1110 0 100101 10111110 1000001 100110

Color Harmonies of #228AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228AA0

Black with #228AA0

Text Example


Text Example

White with #228AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #228AA0;
 }
 .AnyTagClassName
 {
   color: #228AA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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