Html Css Color HEX #228199 Scooter

📋 copy color: '#228199'

red 34 ◦ green 129 ◦ blue 153

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

Shades of Scooter #228199

Tints of Scooter #228199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.82%

 BLUE value IS 153 (60.16% from 255) = 48.42%

R = 10.76%
G = 40.82%
B = 48.42%

CMYK

 C value IS 0.78

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#228199 (or 0x228199) is known color: Scooter. HEX triplet: 22, 81 and 99. RGB value is (34,129,153). Sum of RGB (Red+Green+Blue) = 34+129+153=316 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.76% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #228199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228199 is #DD7E66. Grayscale: #676767. Windows color (decimal): -14515815 or 10060066. OLE color: 10060066.

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

Color convert

RGB 34 129 153 -
CMYK 0.78 0.16 0 0.4
HSL 192.1º 0.64% 0.37% -
HSV(B) 192.1º 0.78% 0.6% -
XYZ 14.26 18.34 32.93 -
YUV 103.33 156.03 78.55 -
System Red Green Blue C M Y K H S L
Decimal 34 129 153 0.78 0.16 0 0.4 192.1 0.64 0.37
Hex 22 81 99 4E 10 0 28 C0 40 25
Octal 42 201 231 116 20 0 50 300 100 45
Binary 100010 10000001 10011001 1001110 10000 0 101000 11000000 1000000 100101

Color Harmonies of #228199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228199

Black with #228199

Text Example


Text Example

White with #228199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228199; }

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

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

background-color css

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

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

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

border-color css

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

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

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