#248FA2

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

Shades of Scooter #248FA2

Tints of Scooter #248FA2

Color information

#248FA2 (or 0x248FA2) is unknown color: approx Scooter. HEX triplet: 24, 8F and A2. RGB value is (36,143,162). Sum of RGB (Red+Green+Blue) = 36+143+162=341 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.56% from 341); Green value is 143 (56.25% from 255 or 41.94% from 341); Blue value is 162 (63.67% from 255 or 47.51% from 341); Max value from RGB is 162 - color contains mainly: blue. Hex color #248FA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248FA2 is #DB705D. Grayscale: #707070. Windows color (decimal): -14381150 or 10653476. OLE color: 10653476.

HSL color Cylindrical-coordinate representation of color #248FA2: hue angle of 189.05º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #248FA2 is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB36143162-
CMYK0.780.1200.36
HSL189.05º63.64%38.82%-
HSV(B)189.05º77.78%63.53%-
XYZ17.0722.6337.65-
YUV113.17155.5572.96-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.56%
GREEN value IS 143 (56.25% from 255) = 41.94%
BLUE value IS 162 (63.67% from 255) = 47.51%
R=10.56%
G=41.94%
B=47.51%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal361431620.780.1200.36189.0563.6438.82
Hex248FA24EC024bd4027
Octal442172421161404427510047
Binary1001001000111110100010100111011000100100101111011000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,143,162); }

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

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

 a { background-color: rgb(36,143,162); }

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

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

 span { border-color: rgb(36,143,162); }

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