Html Css Color HEX #227C93 Scooter

📋 copy color: '#227C93'

red 34 ◦ green 124 ◦ blue 147

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

Shades of Scooter #227C93

Tints of Scooter #227C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 48.2%

R = 11.15%
G = 40.66%
B = 48.2%

CMYK

 C value IS 0.77

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#227C93 (or 0x227C93) is known color: Scooter. HEX triplet: 22, 7C and 93. RGB value is (34,124,147). Sum of RGB (Red+Green+Blue) = 34+124+147=305 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.15% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #227C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227C93 is #DD836C. Grayscale: #636363. Windows color (decimal): -14517101 or 9665570. OLE color: 9665570.

HSL color Cylindrical-coordinate representation of color #227C93: hue angle of 192.21º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #227C93 is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 34 124 147 -
CMYK 0.77 0.16 0 0.42
HSL 192.21º 0.62% 0.35% -
HSV(B) 192.21º 0.77% 0.58% -
XYZ 13.13 16.86 30.17 -
YUV 99.71 154.68 81.13 -
System Red Green Blue C M Y K H S L
Decimal 34 124 147 0.77 0.16 0 0.42 192.21 0.62 0.35
Hex 22 7C 93 4D 10 0 2A C0 3E 23
Octal 42 174 223 115 20 0 52 300 76 43
Binary 100010 1111100 10010011 1001101 10000 0 101010 11000000 111110 100011

Color Harmonies of #227C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227C93

Black with #227C93

Text Example


Text Example

White with #227C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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