#248AAA

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

Shades of Scooter #248AAA

Tints of Scooter #248AAA

Color information

#248AAA (or 0x248AAA) is unknown color: approx Scooter. HEX triplet: 24, 8A and AA. RGB value is (36,138,170). Sum of RGB (Red+Green+Blue) = 36+138+170=344 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.47% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #248AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248AAA is #DB7555. Grayscale: #6E6E6E. Windows color (decimal): -14382422 or 11176484. OLE color: 11176484.

HSL color Cylindrical-coordinate representation of color #248AAA: hue angle of 194.33º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #248AAA is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB36138170-
CMYK0.790.1900.33
HSL194.33º65.05%40.39%-
HSV(B)194.33º78.82%66.67%-
XYZ17.0721.4541.27-
YUV111.15161.2174.4-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.47%
GREEN value IS 138 (54.30% from 255) = 40.12%
BLUE value IS 170 (66.80% from 255) = 49.42%
R=10.47%
G=40.12%
B=49.42%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal361381700.790.1900.33194.3365.0540.39
Hex248AAA4F13021c24128
Octal442122521172304130210150
Binary10010010001010101010101001111100110100001110000101000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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