#248997

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

Shades of Scooter #248997

Tints of Scooter #248997

Color information

#248997 (or 0x248997) is unknown color: approx Scooter. HEX triplet: 24, 89 and 97. RGB value is (36,137,151). Sum of RGB (Red+Green+Blue) = 36+137+151=324 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.11% from 324); Green value is 137 (53.91% from 255 or 42.28% from 324); Blue value is 151 (59.38% from 255 or 46.60% from 324); Max value from RGB is 151 - color contains mainly: blue. Hex color #248997 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248997 is #DB7668. Grayscale: #6C6C6C. Windows color (decimal): -14382697 or 9931044. OLE color: 9931044.

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

Color convert

RGB36137151-
CMYK0.760.0900.41
HSL187.3º61.5%36.67%-
HSV(B)187.3º76.16%59.22%-
XYZ15.2620.532.43-
YUV108.4152.0476.36-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.11%
GREEN value IS 137 (53.91% from 255) = 42.28%
BLUE value IS 151 (59.38% from 255) = 46.60%
R=11.11%
G=42.28%
B=46.60%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal361371510.760.0900.41187.361.536.67
Hex2489974C9029bb3d25
Octal44211227114110512737545
Binary100100100010011001011110011001001010100110111011111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248997; }

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

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

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

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

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

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

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

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