Html Css Color HEX #228299 Scooter

📋 copy color: '#228299'

red 34 ◦ green 130 ◦ blue 153

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

Shades of Scooter #228299

Tints of Scooter #228299

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.01%

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

R = 10.73%
G = 41.01%
B = 48.26%

CMYK

 C value IS 0.78

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#228299 (or 0x228299) is known color: Scooter. HEX triplet: 22, 82 and 99. RGB value is (34,130,153). Sum of RGB (Red+Green+Blue) = 34+130+153=317 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.73% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #228299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228299 is #DD7D66. Grayscale: #676767. Windows color (decimal): -14515559 or 10060322. OLE color: 10060322.

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

Color convert

RGB 34 130 153 -
CMYK 0.78 0.15 0 0.4
HSL 191.6º 0.64% 0.37% -
HSV(B) 191.6º 0.78% 0.6% -
XYZ 14.39 18.61 32.97 -
YUV 103.92 155.7 78.13 -
System Red Green Blue C M Y K H S L
Decimal 34 130 153 0.78 0.15 0 0.4 191.6 0.64 0.37
Hex 22 82 99 4E F 0 28 C0 40 25
Octal 42 202 231 116 17 0 50 300 100 45
Binary 100010 10000010 10011001 1001110 1111 0 101000 11000000 1000000 100101

Color Harmonies of #228299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228299

Black with #228299

Text Example


Text Example

White with #228299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228299; }

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

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

background-color css

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

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

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

border-color css

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

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

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