Html Css Color HEX #218295 Scooter

📋 copy color: '#218295'

red 33 ◦ green 130 ◦ blue 149

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

Shades of Scooter #218295

Tints of Scooter #218295

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.67%

 BLUE value IS 149 (58.59% from 255) = 47.76%

R = 10.58%
G = 41.67%
B = 47.76%

CMYK

 C value IS 0.78

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#218295 (or 0x218295) is known color: Scooter. HEX triplet: 21, 82 and 95. RGB value is (33,130,149). Sum of RGB (Red+Green+Blue) = 33+130+149=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 149 (58.59% from 255 or 47.76% from 312); Max value from RGB is 149 - color contains mainly: blue. Hex color #218295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218295 is #DE7D6A. Grayscale: #666666. Windows color (decimal): -14581099 or 9798177. OLE color: 9798177.

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

Color convert

RGB 33 130 149 -
CMYK 0.78 0.13 0 0.42
HSL 189.83º 0.64% 0.36% -
HSV(B) 189.83º 0.78% 0.58% -
XYZ 14.03 18.46 31.26 -
YUV 103.16 153.86 77.96 -
System Red Green Blue C M Y K H S L
Decimal 33 130 149 0.78 0.13 0 0.42 189.83 0.64 0.36
Hex 21 82 95 4E D 0 2A BE 40 24
Octal 41 202 225 116 15 0 52 276 100 44
Binary 100001 10000010 10010101 1001110 1101 0 101010 10111110 1000000 100100

Color Harmonies of #218295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218295

Black with #218295

Text Example


Text Example

White with #218295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218295; }

 p { color: rgb(33,130,149); }

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

background-color css

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

 a { background-color: rgb(33,130,149); }

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

border-color css

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

 span { border-color: rgb(33,130,149); }

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