Html Css Color HEX #228195 Scooter

📋 copy color: '#228195'

red 34 ◦ green 129 ◦ blue 149

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

Shades of Scooter #228195

Tints of Scooter #228195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 47.76%

R = 10.9%
G = 41.35%
B = 47.76%

CMYK

 C value IS 0.77

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#228195 (or 0x228195) is known color: Scooter. HEX triplet: 22, 81 and 95. RGB value is (34,129,149). Sum of RGB (Red+Green+Blue) = 34+129+149=312 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.90% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 149 (58.59% from 255 or 47.76% from 312); Max value from RGB is 149 - color contains mainly: blue. Hex color #228195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228195 is #DD7E6A. Grayscale: #666666. Windows color (decimal): -14515819 or 9797922. OLE color: 9797922.

HSL color Cylindrical-coordinate representation of color #228195: hue angle of 190.43º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #228195 is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 34 129 149 -
CMYK 0.77 0.13 0 0.42
HSL 190.43º 0.63% 0.36% -
HSV(B) 190.43º 0.77% 0.58% -
XYZ 13.93 18.21 31.21 -
YUV 102.88 154.03 78.87 -
System Red Green Blue C M Y K H S L
Decimal 34 129 149 0.77 0.13 0 0.42 190.43 0.63 0.36
Hex 22 81 95 4D D 0 2A BE 3F 24
Octal 42 201 225 115 15 0 52 276 77 44
Binary 100010 10000001 10010101 1001101 1101 0 101010 10111110 111111 100100

Color Harmonies of #228195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228195

Black with #228195

Text Example


Text Example

White with #228195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228195; }

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

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

background-color css

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

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

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

border-color css

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

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

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