Html Css Color HEX #227C99 Scooter

📋 copy color: '#227C99'

red 34 ◦ green 124 ◦ blue 153

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

Shades of Scooter #227C99

Tints of Scooter #227C99

RGB

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

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

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

R = 10.93%
G = 39.87%
B = 49.2%

CMYK

 C value IS 0.78

 M value IS 0.19

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#227C99 (or 0x227C99) is known color: Scooter. HEX triplet: 22, 7C and 99. RGB value is (34,124,153). Sum of RGB (Red+Green+Blue) = 34+124+153=311 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.93% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: blue. Hex color #227C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227C99 is #DD8366. Grayscale: #646464. Windows color (decimal): -14517095 or 10058786. OLE color: 10058786.

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

Color convert

RGB 34 124 153 -
CMYK 0.78 0.19 0 0.4
HSL 194.62º 0.64% 0.37% -
HSV(B) 194.62º 0.78% 0.6% -
XYZ 13.62 17.06 32.71 -
YUV 100.4 157.68 80.64 -
System Red Green Blue C M Y K H S L
Decimal 34 124 153 0.78 0.19 0 0.4 194.62 0.64 0.37
Hex 22 7C 99 4E 13 0 28 C3 40 25
Octal 42 174 231 116 23 0 50 303 100 45
Binary 100010 1111100 10011001 1001110 10011 0 101000 11000011 1000000 100101

Color Harmonies of #227C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227C99

Black with #227C99

Text Example


Text Example

White with #227C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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