#248390

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

Shades of Scooter #248390

Tints of Scooter #248390

Color information

#248390 (or 0x248390) is unknown color: approx Scooter. HEX triplet: 24, 83 and 90. RGB value is (36,131,144). Sum of RGB (Red+Green+Blue) = 36+131+144=311 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.58% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #248390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248390 is #DB7C6F. Grayscale: #676767. Windows color (decimal): -14384240 or 9470756. OLE color: 9470756.

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

Color convert

RGB36131144-
CMYK0.750.0900.44
HSL187.22º60%35.29%-
HSV(B)187.22º75%56.47%-
XYZ13.8818.6229.25-
YUV104.08150.5379.44-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.58%
GREEN value IS 131 (51.56% from 255) = 42.12%
BLUE value IS 144 (56.64% from 255) = 46.30%
R=11.58%
G=42.12%
B=46.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal361311440.750.0900.44187.226035.29
Hex2483904B902Cbb3c23
Octal44203220113110542737443
Binary100100100000111001000010010111001010110010111011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248390; }

 p { color: rgb(36,131,144); }

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

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

 a { background-color: rgb(36,131,144); }

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

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

 span { border-color: rgb(36,131,144); }

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