#248592

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

Shades of Scooter #248592

Tints of Scooter #248592

Color information

#248592 (or 0x248592) is unknown color: approx Scooter. HEX triplet: 24, 85 and 92. RGB value is (36,133,146). Sum of RGB (Red+Green+Blue) = 36+133+146=315 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.43% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 146 - color contains mainly: blue. Hex color #248592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248592 is #DB7A6D. Grayscale: #696969. Windows color (decimal): -14383726 or 9602340. OLE color: 9602340.

HSL color Cylindrical-coordinate representation of color #248592: hue angle of 187.09º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #248592 is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB36133146-
CMYK0.750.0900.43
HSL187.09º60.44%35.69%-
HSV(B)187.09º75.34%57.25%-
XYZ14.319.2330.15-
YUV105.48150.8678.44-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.43%
GREEN value IS 133 (52.34% from 255) = 42.22%
BLUE value IS 146 (57.42% from 255) = 46.35%
R=11.43%
G=42.22%
B=46.35%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal361331460.750.0900.43187.0960.4435.69
Hex2485924B902Bbb3c24
Octal44205222113110532737444
Binary100100100001011001001010010111001010101110111011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248592; }

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

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

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

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

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

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

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

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