#238090

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

Shades of Scooter #238090

Tints of Scooter #238090

Color information

#238090 (or 0x238090) is unknown color: approx Scooter. HEX triplet: 23, 80 and 90. RGB value is (35,128,144). Sum of RGB (Red+Green+Blue) = 35+128+144=307 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.40% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #238090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238090 is #DC7F6F. Grayscale: #656565. Windows color (decimal): -14450544 or 9469987. OLE color: 9469987.

HSL color Cylindrical-coordinate representation of color #238090: hue angle of 188.81º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #238090 is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB35128144-
CMYK0.760.1100.44
HSL188.81º60.89%35.1%-
HSV(B)188.81º75.69%56.47%-
XYZ13.4517.8129.11-
YUV102.02151.6980.2-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.40%
GREEN value IS 128 (50.39% from 255) = 41.69%
BLUE value IS 144 (56.64% from 255) = 46.91%
R=11.40%
G=41.69%
B=46.91%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal351281440.760.1100.44188.8160.8935.1
Hex2380904CB02Cbd3d23
Octal43200220114130542757543
Binary100011100000001001000010011001011010110010111101111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238090; }

 p { color: rgb(35,128,144); }

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

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

 a { background-color: rgb(35,128,144); }

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

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

 span { border-color: rgb(35,128,144); }

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