#248B9A

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

Shades of Scooter #248B9A

Tints of Scooter #248B9A

Color information

#248B9A (or 0x248B9A) is unknown color: approx Scooter. HEX triplet: 24, 8B and 9A. RGB value is (36,139,154). Sum of RGB (Red+Green+Blue) = 36+139+154=329 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.94% from 329); Green value is 139 (54.69% from 255 or 42.25% from 329); Blue value is 154 (60.55% from 255 or 46.81% from 329); Max value from RGB is 154 - color contains mainly: blue. Hex color #248B9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248B9A is #DB7465. Grayscale: #6D6D6D. Windows color (decimal): -14382182 or 10128164. OLE color: 10128164.

HSL color Cylindrical-coordinate representation of color #248B9A: hue angle of 187.63º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #248B9A is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB36139154-
CMYK0.770.1000.40
HSL187.63º62.11%37.25%-
HSV(B)187.63º76.62%60.39%-
XYZ15.7921.1733.83-
YUV109.91152.8875.28-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.94%
GREEN value IS 139 (54.69% from 255) = 42.25%
BLUE value IS 154 (60.55% from 255) = 46.81%
R=10.94%
G=42.25%
B=46.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal361391540.770.1000.40187.6362.1137.25
Hex248B9A4DA028bc3e25
Octal44213232115120502747645
Binary100100100010111001101010011011010010100010111100111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,139,154); }

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

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

 a { background-color: rgb(36,139,154); }

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

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

 span { border-color: rgb(36,139,154); }

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