#248395

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

Shades of Scooter #248395

Tints of Scooter #248395

Color information

#248395 (or 0x248395) is unknown color: approx Scooter. HEX triplet: 24, 83 and 95. RGB value is (36,131,149). Sum of RGB (Red+Green+Blue) = 36+131+149=316 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.39% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #248395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248395 is #DB7C6A. Grayscale: #686868. Windows color (decimal): -14384235 or 9798436. OLE color: 9798436.

HSL color Cylindrical-coordinate representation of color #248395: hue angle of 189.56º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #248395 is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB36131149-
CMYK0.760.1200.42
HSL189.56º61.08%36.27%-
HSV(B)189.56º75.84%58.43%-
XYZ14.2718.7831.31-
YUV104.65153.0379.04-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.39%
GREEN value IS 131 (51.56% from 255) = 41.46%
BLUE value IS 149 (58.59% from 255) = 47.15%
R=11.39%
G=41.46%
B=47.15%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal361311490.760.1200.42189.5661.0836.27
Hex2483954CC02Abe3d24
Octal44203225114140522767544
Binary100100100000111001010110011001100010101010111110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248395; }

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

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

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

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

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

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

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

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