#2390A1

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

Shades of Scooter #2390A1

Tints of Scooter #2390A1

Color information

#2390A1 (or 0x2390A1) is unknown color: approx Scooter. HEX triplet: 23, 90 and A1. RGB value is (35,144,161). Sum of RGB (Red+Green+Blue) = 35+144+161=340 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.29% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 161 (63.28% from 255 or 47.35% from 340); Max value from RGB is 161 - color contains mainly: blue. Hex color #2390A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2390A1 is #DC6F5E. Grayscale: #717171. Windows color (decimal): -14446431 or 10588195. OLE color: 10588195.

HSL color Cylindrical-coordinate representation of color #2390A1: hue angle of 188.1º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2390A1 is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB35144161-
CMYK0.780.1100.37
HSL188.1º64.29%38.43%-
HSV(B)188.1º78.26%63.14%-
XYZ17.122.8837.23-
YUV113.35154.8972.12-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.29%
GREEN value IS 144 (56.64% from 255) = 42.35%
BLUE value IS 161 (63.28% from 255) = 47.35%
R=10.29%
G=42.35%
B=47.35%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal351441610.780.1100.37188.164.2938.43
Hex2390A14EB025bc4026
Octal432202411161304527410046
Binary1000111001000010100001100111010110100101101111001000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2390A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2390A1; }

 p { color: rgb(35,144,161); }

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

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

 a { background-color: rgb(35,144,161); }

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

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

 span { border-color: rgb(35,144,161); }

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