Html Css Color HEX #21879B Scooter

📋 copy color: '#21879B'

red 33 ◦ green 135 ◦ blue 155

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

Shades of Scooter #21879B

Tints of Scooter #21879B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.8%

 BLUE value IS 155 (60.94% from 255) = 47.99%

R = 10.22%
G = 41.8%
B = 47.99%

CMYK

 C value IS 0.79

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#21879B (or 0x21879B) is known color: Scooter. HEX triplet: 21, 87 and 9B. RGB value is (33,135,155). Sum of RGB (Red+Green+Blue) = 33+135+155=323 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.22% from 323); Green value is 135 (53.12% from 255 or 41.80% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #21879B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21879B is #DE7864. Grayscale: #6A6A6A. Windows color (decimal): -14579813 or 10192673. OLE color: 10192673.

HSL color Cylindrical-coordinate representation of color #21879B: hue angle of 189.84º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21879B is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 33 135 155 -
CMYK 0.79 0.13 0 0.39
HSL 189.84º 0.65% 0.37% -
HSV(B) 189.84º 0.79% 0.61% -
XYZ 15.21 20.02 34.07 -
YUV 106.78 155.21 75.37 -
System Red Green Blue C M Y K H S L
Decimal 33 135 155 0.79 0.13 0 0.39 189.84 0.65 0.37
Hex 21 87 9B 4F D 0 27 BE 41 25
Octal 41 207 233 117 15 0 47 276 101 45
Binary 100001 10000111 10011011 1001111 1101 0 100111 10111110 1000001 100101

Color Harmonies of #21879B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21879B

Black with #21879B

Text Example


Text Example

White with #21879B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21879B; }

 p { color: rgb(33,135,155); }

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

background-color css

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

 a { background-color: rgb(33,135,155); }

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

border-color css

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

 span { border-color: rgb(33,135,155); }

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