#248091

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

Shades of Scooter #248091

Tints of Scooter #248091

Color information

#248091 (or 0x248091) is unknown color: approx Scooter. HEX triplet: 24, 80 and 91. RGB value is (36,128,145). Sum of RGB (Red+Green+Blue) = 36+128+145=309 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.65% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 145 (57.03% from 255 or 46.93% from 309); Max value from RGB is 145 - color contains mainly: blue. Hex color #248091 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248091 is #DB7F6E. Grayscale: #666666. Windows color (decimal): -14385007 or 9535524. OLE color: 9535524.

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

Color convert

RGB36128145-
CMYK0.750.1200.43
HSL189.36º60.22%35.49%-
HSV(B)189.36º75.17%56.86%-
XYZ13.5617.8629.52-
YUV102.43152.0280.62-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.65%
GREEN value IS 128 (50.39% from 255) = 41.42%
BLUE value IS 145 (57.03% from 255) = 46.93%
R=11.65%
G=41.42%
B=46.93%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal361281450.750.1200.43189.3660.2235.49
Hex2480914BC02Bbd3c23
Octal44200221113140532757443
Binary100100100000001001000110010111100010101110111101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248091; }

 p { color: rgb(36,128,145); }

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

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

 a { background-color: rgb(36,128,145); }

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

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

 span { border-color: rgb(36,128,145); }

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