Html Css Color HEX #227C94 Scooter

📋 copy color: '#227C94'

red 34 ◦ green 124 ◦ blue 148

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

Shades of Scooter #227C94

Tints of Scooter #227C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 48.37%

R = 11.11%
G = 40.52%
B = 48.37%

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

#227C94 (or 0x227C94) is known color: Scooter. HEX triplet: 22, 7C and 94. RGB value is (34,124,148). Sum of RGB (Red+Green+Blue) = 34+124+148=306 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.11% from 306); Green value is 124 (48.83% from 255 or 40.52% from 306); Blue value is 148 (58.20% from 255 or 48.37% from 306); Max value from RGB is 148 - color contains mainly: blue. Hex color #227C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227C94 is #DD836B. Grayscale: #636363. Windows color (decimal): -14517100 or 9731106. OLE color: 9731106.

HSL color Cylindrical-coordinate representation of color #227C94: hue angle of 192.63º 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 #227C94 is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 34 124 148 -
CMYK 0.77 0.16 0 0.42
HSL 192.63º 0.63% 0.36% -
HSV(B) 192.63º 0.77% 0.58% -
XYZ 13.21 16.89 30.58 -
YUV 99.83 155.18 81.05 -
System Red Green Blue C M Y K H S L
Decimal 34 124 148 0.77 0.16 0 0.42 192.63 0.63 0.36
Hex 22 7C 94 4D 10 0 2A C1 3F 24
Octal 42 174 224 115 20 0 52 301 77 44
Binary 100010 1111100 10010100 1001101 10000 0 101010 11000001 111111 100100

Color Harmonies of #227C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227C94

Black with #227C94

Text Example


Text Example

White with #227C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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