#238290

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

Shades of Scooter #238290

Tints of Scooter #238290

Color information

#238290 (or 0x238290) is unknown color: approx Scooter. HEX triplet: 23, 82 and 90. RGB value is (35,130,144). Sum of RGB (Red+Green+Blue) = 35+130+144=309 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.33% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #238290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238290 is #DC7D6F. Grayscale: #676767. Windows color (decimal): -14450032 or 9470499. OLE color: 9470499.

HSL color Cylindrical-coordinate representation of color #238290: hue angle of 187.71º 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 #238290 is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB35130144-
CMYK0.760.1000.44
HSL187.71º60.89%35.1%-
HSV(B)187.71º75.69%56.47%-
XYZ13.7118.3429.2-
YUV103.19151.0379.36-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.33%
GREEN value IS 130 (51.17% from 255) = 42.07%
BLUE value IS 144 (56.64% from 255) = 46.60%
R=11.33%
G=42.07%
B=46.60%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal351301440.760.1000.44187.7160.8935.1
Hex2382904CA02Cbc3d23
Octal43202220114120542747543
Binary100011100000101001000010011001010010110010111100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238290; }

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

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

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

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

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

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

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

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