#237f96

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

Shades of Scooter #237F96

Tints of Scooter #237F96

Color information

#237F96 (or 0x237F96) is unknown color: approx Scooter. HEX triplet: 23, 7F and 96. RGB value is (35,127,150). Sum of RGB (Red+Green+Blue) = 35+127+150=312 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.22% from 312); Green value is 127 (50% from 255 or 40.71% from 312); Blue value is 150 (58.98% from 255 or 48.08% from 312); Max value from RGB is 150 - color contains mainly: blue. Hex color #237F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237F96 is #DC8069. Grayscale: #656565. Windows color (decimal): -14450794 or 9862947. OLE color: 9862947.

HSL color Cylindrical-coordinate representation of color #237F96: hue angle of 192º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #237F96 is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB35127150-
CMYK0.770.1500.41
HSL192º62.16%36.27%-
HSV(B)192º76.67%58.82%-
XYZ13.7917.7431.55-
YUV102.11155.0280.13-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.22%
GREEN value IS 127 (50% from 255) = 40.71%
BLUE value IS 150 (58.98% from 255) = 48.08%
R=11.22%
G=40.71%
B=48.08%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal351271500.770.1500.4119262.1636.27
Hex237F964DF029c03e24
Octal43177226115170513007644
Binary10001111111111001011010011011111010100111000000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237f96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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