#238092

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

Shades of Scooter #238092

Tints of Scooter #238092

Color information

#238092 (or 0x238092) is unknown color: approx Scooter. HEX triplet: 23, 80 and 92. RGB value is (35,128,146). Sum of RGB (Red+Green+Blue) = 35+128+146=309 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.33% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 146 (57.42% from 255 or 47.25% from 309); Max value from RGB is 146 - color contains mainly: blue. Hex color #238092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238092 is #DC7F6D. Grayscale: #666666. Windows color (decimal): -14450542 or 9601059. OLE color: 9601059.

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

Color convert

RGB35128146-
CMYK0.760.1200.43
HSL189.73º61.33%35.49%-
HSV(B)189.73º76.03%57.25%-
XYZ13.617.8729.93-
YUV102.24152.6980.04-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.33%
GREEN value IS 128 (50.39% from 255) = 41.42%
BLUE value IS 146 (57.42% from 255) = 47.25%
R=11.33%
G=41.42%
B=47.25%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal351281460.760.1200.43189.7361.3335.49
Hex2380924CC02Bbe3d23
Octal43200222114140532767543
Binary100011100000001001001010011001100010101110111110111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238092; }

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

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

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

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

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

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

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

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