Html Css Color HEX #228099 Scooter

📋 copy color: '#228099'

red 34 ◦ green 128 ◦ blue 153

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

Shades of Scooter #228099

Tints of Scooter #228099

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.63%

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

R = 10.79%
G = 40.63%
B = 48.57%

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

#228099 (or 0x228099) is known color: Scooter. HEX triplet: 22, 80 and 99. RGB value is (34,128,153). Sum of RGB (Red+Green+Blue) = 34+128+153=315 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.79% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #228099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228099 is #DD7F66. Grayscale: #666666. Windows color (decimal): -14516071 or 10059810. OLE color: 10059810.

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

Color convert

RGB 34 128 153 -
CMYK 0.78 0.16 0 0.4
HSL 192.61º 0.64% 0.37% -
HSV(B) 192.61º 0.78% 0.6% -
XYZ 14.13 18.08 32.88 -
YUV 102.74 156.36 78.97 -
System Red Green Blue C M Y K H S L
Decimal 34 128 153 0.78 0.16 0 0.4 192.61 0.64 0.37
Hex 22 80 99 4E 10 0 28 C1 40 25
Octal 42 200 231 116 20 0 50 301 100 45
Binary 100010 10000000 10011001 1001110 10000 0 101000 11000001 1000000 100101

Color Harmonies of #228099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228099

Black with #228099

Text Example


Text Example

White with #228099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228099; }

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

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

background-color css

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

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

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

border-color css

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

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

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