#248A9D

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

Shades of Scooter #248A9D

Tints of Scooter #248A9D

Color information

#248A9D (or 0x248A9D) is unknown color: approx Scooter. HEX triplet: 24, 8A and 9D. RGB value is (36,138,157). Sum of RGB (Red+Green+Blue) = 36+138+157=331 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.88% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 157 - color contains mainly: blue. Hex color #248A9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248A9D is #DB7562. Grayscale: #6D6D6D. Windows color (decimal): -14382435 or 10324516. OLE color: 10324516.

HSL color Cylindrical-coordinate representation of color #248A9D: hue angle of 189.42º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #248A9D is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB36138157-
CMYK0.770.1200.38
HSL189.42º62.69%37.84%-
HSV(B)189.42º77.07%61.57%-
XYZ15.920.9935.11-
YUV109.67154.7175.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.88%
GREEN value IS 138 (54.30% from 255) = 41.69%
BLUE value IS 157 (61.72% from 255) = 47.43%
R=10.88%
G=41.69%
B=47.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal361381570.770.1200.38189.4262.6937.84
Hex248A9D4DC026bd3f26
Octal44212235115140462757746
Binary100100100010101001110110011011100010011010111101111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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