Html Css Color HEX #227C9F Scooter

📋 copy color: '#227C9F'

red 34 ◦ green 124 ◦ blue 159

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

Shades of Scooter #227C9F

Tints of Scooter #227C9F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.12%

 BLUE value IS 159 (62.5% from 255) = 50.16%

R = 10.73%
G = 39.12%
B = 50.16%

CMYK

 C value IS 0.79

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#227C9F (or 0x227C9F) is known color: Scooter. HEX triplet: 22, 7C and 9F. RGB value is (34,124,159). Sum of RGB (Red+Green+Blue) = 34+124+159=317 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.73% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 159 (62.5% from 255 or 50.16% from 317); Max value from RGB is 159 - color contains mainly: blue. Hex color #227C9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227C9F is #DD8360. Grayscale: #646464. Windows color (decimal): -14517089 or 10452002. OLE color: 10452002.

HSL color Cylindrical-coordinate representation of color #227C9F: hue angle of 196.8º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #227C9F is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 34 124 159 -
CMYK 0.79 0.22 0 0.38
HSL 196.8º 0.65% 0.38% -
HSV(B) 196.8º 0.79% 0.62% -
XYZ 14.13 17.26 35.39 -
YUV 101.08 160.68 80.15 -
System Red Green Blue C M Y K H S L
Decimal 34 124 159 0.79 0.22 0 0.38 196.8 0.65 0.38
Hex 22 7C 9F 4F 16 0 26 C5 41 26
Octal 42 174 237 117 26 0 46 305 101 46
Binary 100010 1111100 10011111 1001111 10110 0 100110 11000101 1000001 100110

Color Harmonies of #227C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227C9F

Black with #227C9F

Text Example


Text Example

White with #227C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227C9F; }

 p { color: rgb(34,124,159); }

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

background-color css

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

 a { background-color: rgb(34,124,159); }

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

border-color css

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

 span { border-color: rgb(34,124,159); }

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