#238695

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

Shades of Scooter #238695

Tints of Scooter #238695

Color information

#238695 (or 0x238695) is unknown color: approx Scooter. HEX triplet: 23, 86 and 95. RGB value is (35,134,149). Sum of RGB (Red+Green+Blue) = 35+134+149=318 (42% of max value = 765). Red value is 35 (14.06% from 255 or 11.01% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 149 - color contains mainly: blue. Hex color #238695 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238695 is #DC796A. Grayscale: #696969. Windows color (decimal): -14449003 or 9799203. OLE color: 9799203.

HSL color Cylindrical-coordinate representation of color #238695: hue angle of 187.89º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #238695 is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB35134149-
CMYK0.770.1000.42
HSL187.89º61.96%36.08%-
HSV(B)187.89º76.51%58.43%-
XYZ14.6419.5831.44-
YUV106.11152.277.28-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.01%
GREEN value IS 134 (52.73% from 255) = 42.14%
BLUE value IS 149 (58.59% from 255) = 46.86%
R=11.01%
G=42.14%
B=46.86%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal351341490.770.1000.42187.8961.9636.08
Hex2386954DA02Abc3e24
Octal43206225115120522747644
Binary100011100001101001010110011011010010101010111100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238695; }

 p { color: rgb(35,134,149); }

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

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

 a { background-color: rgb(35,134,149); }

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

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

 span { border-color: rgb(35,134,149); }

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