#237FA0

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

Shades of Scooter #237FA0

Tints of Scooter #237FA0

Color information

#237FA0 (or 0x237FA0) is unknown color: approx Scooter. HEX triplet: 23, 7F and A0. RGB value is (35,127,160). Sum of RGB (Red+Green+Blue) = 35+127+160=322 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.87% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 160 (62.89% from 255 or 49.69% from 322); Max value from RGB is 160 - color contains mainly: blue. Hex color #237FA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237FA0 is #DC805F. Grayscale: #676767. Windows color (decimal): -14450784 or 10518307. OLE color: 10518307.

HSL color Cylindrical-coordinate representation of color #237FA0: hue angle of 195.84º 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 #237FA0 is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB35127160-
CMYK0.780.2100.37
HSL195.84º64.1%38.24%-
HSV(B)195.84º78.12%62.75%-
XYZ14.6318.0735.98-
YUV103.25160.0279.32-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.87%
GREEN value IS 127 (50% from 255) = 39.44%
BLUE value IS 160 (62.89% from 255) = 49.69%
R=10.87%
G=39.44%
B=49.69%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal351271600.780.2100.37195.8464.138.24
Hex237FA04E15025c44026
Octal431772401162504530410046
Binary1000111111111101000001001110101010100101110001001000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237FA0; }

 p { color: rgb(35,127,160); }

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

<style>
 a { background-color: #237FA0; }

 a { background-color: rgb(35,127,160); }

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

<style>
 span { border-color: #237FA0; }

 span { border-color: rgb(35,127,160); }

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