#248799

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

Shades of Scooter #248799

Tints of Scooter #248799

Color information

#248799 (or 0x248799) is unknown color: approx Scooter. HEX triplet: 24, 87 and 99. RGB value is (36,135,153). Sum of RGB (Red+Green+Blue) = 36+135+153=324 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.11% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #248799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248799 is #DB7866. Grayscale: #6B6B6B. Windows color (decimal): -14383207 or 10061604. OLE color: 10061604.

HSL color Cylindrical-coordinate representation of color #248799: hue angle of 189.23º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #248799 is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB36135153-
CMYK0.760.1200.4
HSL189.23º61.9%37.06%-
HSV(B)189.23º76.47%60%-
XYZ15.142033.2-
YUV107.45153.777.04-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.11%
GREEN value IS 135 (53.12% from 255) = 41.67%
BLUE value IS 153 (60.16% from 255) = 47.22%
R=11.11%
G=41.67%
B=47.22%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal361351530.760.1200.4189.2361.937.06
Hex2487994CC028bd3e25
Octal44207231114140502757645
Binary100100100001111001100110011001100010100010111101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248799; }

 p { color: rgb(36,135,153); }

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

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

 a { background-color: rgb(36,135,153); }

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

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

 span { border-color: rgb(36,135,153); }

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