#2394A3

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

Shades of Scooter #2394A3

Tints of Scooter #2394A3

Color information

#2394A3 (or 0x2394A3) is unknown color: approx Scooter. HEX triplet: 23, 94 and A3. RGB value is (35,148,163). Sum of RGB (Red+Green+Blue) = 35+148+163=346 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.12% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 163 (64.06% from 255 or 47.11% from 346); Max value from RGB is 163 - color contains mainly: blue. Hex color #2394A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2394A3 is #DC6B5C. Grayscale: #737373. Windows color (decimal): -14445405 or 10720291. OLE color: 10720291.

HSL color Cylindrical-coordinate representation of color #2394A3: hue angle of 187.03º 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 #2394A3 is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB35148163-
CMYK0.790.0900.36
HSL187.03º64.65%38.82%-
HSV(B)187.03º78.53%63.92%-
XYZ17.8924.1838.37-
YUV115.92154.5670.28-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.12%
GREEN value IS 148 (58.20% from 255) = 42.77%
BLUE value IS 163 (64.06% from 255) = 47.11%
R=10.12%
G=42.77%
B=47.11%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal351481630.790.0900.36187.0364.6538.82
Hex2394A34F9024bb4127
Octal432242431171104427310147
Binary1000111001010010100011100111110010100100101110111000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2394A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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