#248597

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

Shades of Scooter #248597

Tints of Scooter #248597

Color information

#248597 (or 0x248597) is unknown color: approx Scooter. HEX triplet: 24, 85 and 97. RGB value is (36,133,151). Sum of RGB (Red+Green+Blue) = 36+133+151=320 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.25% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 151 (59.38% from 255 or 47.19% from 320); Max value from RGB is 151 - color contains mainly: blue. Hex color #248597 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248597 is #DB7A68. Grayscale: #696969. Windows color (decimal): -14383721 or 9930020. OLE color: 9930020.

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

Color convert

RGB36133151-
CMYK0.760.1200.41
HSL189.39º61.5%36.67%-
HSV(B)189.39º76.16%59.22%-
XYZ14.719.3832.24-
YUV106.05153.3678.04-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.25%
GREEN value IS 133 (52.34% from 255) = 41.56%
BLUE value IS 151 (59.38% from 255) = 47.19%
R=11.25%
G=41.56%
B=47.19%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal361331510.760.1200.41189.3961.536.67
Hex2485974CC029bd3d25
Octal44205227114140512757545
Binary100100100001011001011110011001100010100110111101111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248597; }

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

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

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

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

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

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

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

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