#248097

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

Shades of Scooter #248097

Tints of Scooter #248097

Color information

#248097 (or 0x248097) is unknown color: approx Scooter. HEX triplet: 24, 80 and 97. RGB value is (36,128,151). Sum of RGB (Red+Green+Blue) = 36+128+151=315 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.43% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 151 (59.38% from 255 or 47.94% from 315); Max value from RGB is 151 - color contains mainly: blue. Hex color #248097 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248097 is #DB7F68. Grayscale: #666666. Windows color (decimal): -14385001 or 9928740. OLE color: 9928740.

HSL color Cylindrical-coordinate representation of color #248097: hue angle of 192º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #248097 is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB36128151-
CMYK0.760.1500.41
HSL192º61.5%36.67%-
HSV(B)192º76.16%59.22%-
XYZ14.0318.0532.02-
YUV103.11155.0280.13-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.43%
GREEN value IS 128 (50.39% from 255) = 40.63%
BLUE value IS 151 (59.38% from 255) = 47.94%
R=11.43%
G=40.63%
B=47.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal361281510.760.1500.4119261.536.67
Hex2480974CF029c03d25
Octal44200227114170513007545
Binary100100100000001001011110011001111010100111000000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248097; }

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

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

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

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

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

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

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

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