Html Css Color HEX #248798 Scooter

📋 copy color: '#248798'

red 36 ◦ green 135 ◦ blue 152

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

Shades of Scooter #248798

Tints of Scooter #248798

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.8%

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

R = 11.15%
G = 41.8%
B = 47.06%

CMYK

 C value IS 0.76

 M value IS 0.11

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#248798 (or 0x248798) is known color: Scooter. HEX triplet: 24, 87 and 98. RGB value is (36,135,152). Sum of RGB (Red+Green+Blue) = 36+135+152=323 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.15% from 323); Green value is 135 (53.12% from 255 or 41.80% from 323); Blue value is 152 (59.77% from 255 or 47.06% from 323); Max value from RGB is 152 - color contains mainly: blue. Hex color #248798 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248798 is #DB7867. Grayscale: #6B6B6B. Windows color (decimal): -14383208 or 9996068. OLE color: 9996068.

HSL color Cylindrical-coordinate representation of color #248798: hue angle of 188.79º 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 #248798 is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 36 135 152 -
CMYK 0.76 0.11 0 0.40
HSL 188.79º 0.62% 0.37% -
HSV(B) 188.79º 0.76% 0.6% -
XYZ 15.06 19.97 32.77 -
YUV 107.34 153.2 77.12 -
System Red Green Blue C M Y K H S L
Decimal 36 135 152 0.76 0.11 0 0.40 188.79 0.62 0.37
Hex 24 87 98 4C B 0 28 BD 3E 25
Octal 44 207 230 114 13 0 50 275 76 45
Binary 100100 10000111 10011000 1001100 1011 0 101000 10111101 111110 100101

Color Harmonies of #248798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248798

Black with #248798

Text Example


Text Example

White with #248798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248798; }

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

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

background-color css

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

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

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

border-color css

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

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

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