Html Css Color HEX #218595 Scooter

📋 copy color: '#218595'

red 33 ◦ green 133 ◦ blue 149

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

Shades of Scooter #218595

Tints of Scooter #218595

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.22%

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

R = 10.48%
G = 42.22%
B = 47.3%

CMYK

 C value IS 0.78

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#218595 (or 0x218595) is known color: Scooter. HEX triplet: 21, 85 and 95. RGB value is (33,133,149). Sum of RGB (Red+Green+Blue) = 33+133+149=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #218595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218595 is #DE7A6A. Grayscale: #686868. Windows color (decimal): -14580331 or 9798945. OLE color: 9798945.

HSL color Cylindrical-coordinate representation of color #218595: hue angle of 188.28º 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 #218595 is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 133 149 -
CMYK 0.78 0.11 0 0.42
HSL 188.28º 0.64% 0.36% -
HSV(B) 188.28º 0.78% 0.58% -
XYZ 14.44 19.27 31.39 -
YUV 104.92 152.87 76.7 -
System Red Green Blue C M Y K H S L
Decimal 33 133 149 0.78 0.11 0 0.42 188.28 0.64 0.36
Hex 21 85 95 4E B 0 2A BC 40 24
Octal 41 205 225 116 13 0 52 274 100 44
Binary 100001 10000101 10010101 1001110 1011 0 101010 10111100 1000000 100100

Color Harmonies of #218595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218595

Black with #218595

Text Example


Text Example

White with #218595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218595; }

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

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

background-color css

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

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

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

border-color css

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

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

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