Html Css Color HEX #248998 Scooter

📋 copy color: '#248998'

red 36 ◦ green 137 ◦ blue 152

#248998
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scooter #248998

Tints of Scooter #248998

RGB

 RED value IS 36 (14.45% from 255) = 11.08%

 GREEN value IS 137 (53.91% from 255) = 42.15%

 BLUE value IS 152 (59.77% from 255) = 46.77%

R = 11.08%
G = 42.15%
B = 46.77%

CMYK

 C value IS 0.76

 M value IS 0.10

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#248998 (or 0x248998) is known color: Scooter. HEX triplet: 24, 89 and 98. RGB value is (36,137,152). Sum of RGB (Red+Green+Blue) = 36+137+152=325 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.08% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 152 - color contains mainly: blue. Hex color #248998 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248998 is #DB7667. Grayscale: #6C6C6C. Windows color (decimal): -14382696 or 9996580. OLE color: 9996580.

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

Color convert

RGB 36 137 152 -
CMYK 0.76 0.10 0 0.40
HSL 187.76º 0.62% 0.37% -
HSV(B) 187.76º 0.76% 0.6% -
XYZ 15.34 20.53 32.86 -
YUV 108.51 152.54 76.28 -
System Red Green Blue C M Y K H S L
Decimal 36 137 152 0.76 0.10 0 0.40 187.76 0.62 0.37
Hex 24 89 98 4C A 0 28 BC 3E 25
Octal 44 211 230 114 12 0 50 274 76 45
Binary 100100 10001001 10011000 1001100 1010 0 101000 10111100 111110 100101

Color Harmonies of #248998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248998

Black with #248998

Text Example


Text Example

White with #248998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248998; }

 p { color: rgb(36,137,152); }

 H1.HeaderClassName
 {
   color: #248998;
 }
 .AnyTagClassName
 {
   color: #248998;
 }
</style>

background-color css

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

 a { background-color: rgb(36,137,152); }

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

border-color css

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

 span { border-color: rgb(36,137,152); }

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