#2393A3

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

Shades of Scooter #2393A3

Tints of Scooter #2393A3

Color information

#2393A3 (or 0x2393A3) is unknown color: approx Scooter. HEX triplet: 23, 93 and A3. RGB value is (35,147,163). Sum of RGB (Red+Green+Blue) = 35+147+163=345 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.14% from 345); Green value is 147 (57.81% from 255 or 42.61% from 345); Blue value is 163 (64.06% from 255 or 47.25% from 345); Max value from RGB is 163 - color contains mainly: blue. Hex color #2393A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2393A3 is #DC6C5C. Grayscale: #737373. Windows color (decimal): -14445661 or 10720035. OLE color: 10720035.

HSL color Cylindrical-coordinate representation of color #2393A3: hue angle of 187.5º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2393A3 is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB35147163-
CMYK0.790.1000.36
HSL187.5º64.65%38.82%-
HSV(B)187.5º78.53%63.92%-
XYZ17.7423.8738.32-
YUV115.34154.8970.7-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.14%
GREEN value IS 147 (57.81% from 255) = 42.61%
BLUE value IS 163 (64.06% from 255) = 47.25%
R=10.14%
G=42.61%
B=47.25%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal351471630.790.1000.36187.564.6538.82
Hex2393A34FA024bc4127
Octal432232431171204427410147
Binary1000111001001110100011100111110100100100101111001000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2393A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2393A3; }

 p { color: rgb(35,147,163); }

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

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

 a { background-color: rgb(35,147,163); }

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

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

 span { border-color: rgb(35,147,163); }

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