#2382A7

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

Shades of Scooter #2382A7

Tints of Scooter #2382A7

Color information

#2382A7 (or 0x2382A7) is unknown color: approx Scooter. HEX triplet: 23, 82 and A7. RGB value is (35,130,167). Sum of RGB (Red+Green+Blue) = 35+130+167=332 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.54% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 167 (65.62% from 255 or 50.30% from 332); Max value from RGB is 167 - color contains mainly: blue. Hex color #2382A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2382A7 is #DC7D58. Grayscale: #696969. Windows color (decimal): -14450009 or 10977827. OLE color: 10977827.

HSL color Cylindrical-coordinate representation of color #2382A7: hue angle of 196.82º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2382A7 is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB35130167-
CMYK0.790.2200.35
HSL196.82º65.35%39.61%-
HSV(B)196.82º79.04%65.49%-
XYZ15.6519.1139.42-
YUV105.81162.5377.49-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.54%
GREEN value IS 130 (51.17% from 255) = 39.16%
BLUE value IS 167 (65.62% from 255) = 50.30%
R=10.54%
G=39.16%
B=50.30%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal351301670.790.2200.35196.8265.3539.61
Hex2382A74F16023c54128
Octal432022471172604330510150
Binary10001110000010101001111001111101100100011110001011000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2382A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2382A7; }

 p { color: rgb(35,130,167); }

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

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

 a { background-color: rgb(35,130,167); }

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

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

 span { border-color: rgb(35,130,167); }

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