#2183A4

Color #2183A4 Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #2183A4

Tints of Scooter #2183A4

Color information

#2183A4 (or 0x2183A4) is unknown color: approx Scooter. HEX triplet: 21, 83 and A4. RGB value is (33,131,164). Sum of RGB (Red+Green+Blue) = 33+131+164=328 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.06% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 164 (64.45% from 255 or 50% from 328); Max value from RGB is 164 - color contains mainly: blue. Hex color #2183A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2183A4 is #DE7C5B. Grayscale: #696969. Windows color (decimal): -14580828 or 10781473. OLE color: 10781473.

HSL color Cylindrical-coordinate representation of color #2183A4: hue angle of 195.11º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2183A4 is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB33131164-
CMYK0.800.2000.36
HSL195.11º66.5%38.63%-
HSV(B)195.11º79.88%64.31%-
XYZ15.4419.2438.02-
YUV105.46161.0376.32-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.06%
GREEN value IS 131 (51.56% from 255) = 39.94%
BLUE value IS 164 (64.45% from 255) = 50%
R=10.06%
G=39.94%
B=50%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal331311640.800.2000.36195.1166.538.63
Hex2183A45014024c34227
Octal412032441202404430310247
Binary10000110000011101001001010000101000100100110000111000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2183A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2183A4; }

 p { color: rgb(33,131,164); }

 H1.HeaderClassName
 {
   color: #2183A4;
 }
 .AnyTagClassName
 {
   color: #2183A4;
 }
</style>
background-color css

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

 a { background-color: rgb(33,131,164); }

 div.DivClassName
 {
   background-color: #2183A4;
 }
 .BgClassName
 {
   background-color: #2183A4;
 }
</style>
border-color css

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

 span { border-color: rgb(33,131,164); }

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