#237D98

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

Shades of Scooter #237D98

Tints of Scooter #237D98

Color information

#237D98 (or 0x237D98) is unknown color: approx Scooter. HEX triplet: 23, 7D and 98. RGB value is (35,125,152). Sum of RGB (Red+Green+Blue) = 35+125+152=312 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.22% from 312); Green value is 125 (49.22% from 255 or 40.06% from 312); Blue value is 152 (59.77% from 255 or 48.72% from 312); Max value from RGB is 152 - color contains mainly: blue. Hex color #237D98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237D98 is #DC8267. Grayscale: #646464. Windows color (decimal): -14451304 or 9993507. OLE color: 9993507.

HSL color Cylindrical-coordinate representation of color #237D98: hue angle of 193.85º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #237D98 is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB35125152-
CMYK0.770.1800.40
HSL193.85º62.57%36.67%-
HSV(B)193.85º76.97%59.61%-
XYZ13.6917.2932.32-
YUV101.17156.6880.8-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.22%
GREEN value IS 125 (49.22% from 255) = 40.06%
BLUE value IS 152 (59.77% from 255) = 48.72%
R=11.22%
G=40.06%
B=48.72%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal351251520.770.1800.40193.8562.5736.67
Hex237D984D12028c23f25
Octal43175230115220503027745
Binary100011111110110011000100110110010010100011000010111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,125,152); }

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

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

 a { background-color: rgb(35,125,152); }

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

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

 span { border-color: rgb(35,125,152); }

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