#23859B

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

Shades of Scooter #23859B

Tints of Scooter #23859B

Color information

#23859B (or 0x23859B) is unknown color: approx Scooter. HEX triplet: 23, 85 and 9B. RGB value is (35,133,155). Sum of RGB (Red+Green+Blue) = 35+133+155=323 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.84% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #23859B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23859B is #DC7A64. Grayscale: #6A6A6A. Windows color (decimal): -14449253 or 10192163. OLE color: 10192163.

HSL color Cylindrical-coordinate representation of color #23859B: hue angle of 191º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23859B is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB35133155-
CMYK0.770.1400.39
HSL191º63.16%37.25%-
HSV(B)191º77.42%60.78%-
XYZ1519.533.98-
YUV106.21155.5377.21-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.84%
GREEN value IS 133 (52.34% from 255) = 41.18%
BLUE value IS 155 (60.94% from 255) = 47.99%
R=10.84%
G=41.18%
B=47.99%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal351331550.770.1400.3919163.1637.25
Hex23859B4DE027bf3f25
Octal43205233115160472777745
Binary100011100001011001101110011011110010011110111111111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23859B; }

 p { color: rgb(35,133,155); }

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

<style>
 a { background-color: #23859B; }

 a { background-color: rgb(35,133,155); }

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

<style>
 span { border-color: #23859B; }

 span { border-color: rgb(35,133,155); }

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