#248A98

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

Shades of Scooter #248A98

Tints of Scooter #248A98

Color information

#248A98 (or 0x248A98) is unknown color: approx Scooter. HEX triplet: 24, 8A and 98. RGB value is (36,138,152). Sum of RGB (Red+Green+Blue) = 36+138+152=326 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.04% from 326); Green value is 138 (54.30% from 255 or 42.33% from 326); Blue value is 152 (59.77% from 255 or 46.63% from 326); Max value from RGB is 152 - color contains mainly: blue. Hex color #248A98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248A98 is #DB7567. Grayscale: #6C6C6C. Windows color (decimal): -14382440 or 9996836. OLE color: 9996836.

HSL color Cylindrical-coordinate representation of color #248A98: hue angle of 187.24º 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 #248A98 is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB36138152-
CMYK0.760.0900.40
HSL187.24º61.7%36.86%-
HSV(B)187.24º76.32%59.61%-
XYZ15.4820.8232.91-
YUV109.1152.2175.86-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.04%
GREEN value IS 138 (54.30% from 255) = 42.33%
BLUE value IS 152 (59.77% from 255) = 46.63%
R=11.04%
G=42.33%
B=46.63%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal361381520.760.0900.40187.2461.736.86
Hex248A984C9028bb3e25
Octal44212230114110502737645
Binary100100100010101001100010011001001010100010111011111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248A98; }

 p { color: rgb(36,138,152); }

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

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

 a { background-color: rgb(36,138,152); }

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

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

 span { border-color: rgb(36,138,152); }

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