#248895

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

Shades of Scooter #248895

Tints of Scooter #248895

Color information

#248895 (or 0x248895) is unknown color: approx Scooter. HEX triplet: 24, 88 and 95. RGB value is (36,136,149). Sum of RGB (Red+Green+Blue) = 36+136+149=321 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.21% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #248895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248895 is #DB776A. Grayscale: #6B6B6B. Windows color (decimal): -14382955 or 9799716. OLE color: 9799716.

HSL color Cylindrical-coordinate representation of color #248895: hue angle of 186.9º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #248895 is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB36136149-
CMYK0.760.0900.42
HSL186.9º61.08%36.27%-
HSV(B)186.9º75.84%58.43%-
XYZ14.9620.1531.54-
YUV107.58151.3776.94-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.21%
GREEN value IS 136 (53.52% from 255) = 42.37%
BLUE value IS 149 (58.59% from 255) = 46.42%
R=11.21%
G=42.37%
B=46.42%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal361361490.760.0900.42186.961.0836.27
Hex2488954C902Abb3d24
Octal44210225114110522737544
Binary100100100010001001010110011001001010101010111011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248895; }

 p { color: rgb(36,136,149); }

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

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

 a { background-color: rgb(36,136,149); }

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

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

 span { border-color: rgb(36,136,149); }

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