Html Css Color HEX #217C94 Scooter

📋 copy color: '#217C94'

red 33 ◦ green 124 ◦ blue 148

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

Shades of Scooter #217C94

Tints of Scooter #217C94

RGB

 RED value IS 33 (13.28% from 255) = 10.82%

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

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

R = 10.82%
G = 40.66%
B = 48.52%

CMYK

 C value IS 0.78

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#217C94 (or 0x217C94) is known color: Scooter. HEX triplet: 21, 7C and 94. RGB value is (33,124,148). Sum of RGB (Red+Green+Blue) = 33+124+148=305 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.82% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 148 - color contains mainly: blue. Hex color #217C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217C94 is #DE836B. Grayscale: #636363. Windows color (decimal): -14582636 or 9731105. OLE color: 9731105.

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

Color convert

RGB 33 124 148 -
CMYK 0.78 0.16 0 0.42
HSL 192.52º 0.64% 0.35% -
HSV(B) 192.52º 0.78% 0.58% -
XYZ 13.18 16.88 30.58 -
YUV 99.53 155.35 80.55 -
System Red Green Blue C M Y K H S L
Decimal 33 124 148 0.78 0.16 0 0.42 192.52 0.64 0.35
Hex 21 7C 94 4E 10 0 2A C1 40 23
Octal 41 174 224 116 20 0 52 301 100 43
Binary 100001 1111100 10010100 1001110 10000 0 101010 11000001 1000000 100011

Color Harmonies of #217C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217C94

Black with #217C94

Text Example


Text Example

White with #217C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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