Html Css Color HEX #248699 Scooter

📋 copy color: '#248699'

red 36 ◦ green 134 ◦ blue 153

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

Shades of Scooter #248699

Tints of Scooter #248699

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.49%

 BLUE value IS 153 (60.16% from 255) = 47.37%

R = 11.15%
G = 41.49%
B = 47.37%

CMYK

 C value IS 0.76

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#248699 (or 0x248699) is known color: Scooter. HEX triplet: 24, 86 and 99. RGB value is (36,134,153). Sum of RGB (Red+Green+Blue) = 36+134+153=323 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.15% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #248699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248699 is #DB7966. Grayscale: #6A6A6A. Windows color (decimal): -14383463 or 10061348. OLE color: 10061348.

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

Color convert

RGB 36 134 153 -
CMYK 0.76 0.12 0 0.4
HSL 189.74º 0.62% 0.37% -
HSV(B) 189.74º 0.76% 0.6% -
XYZ 15 19.73 33.15 -
YUV 106.86 154.03 77.46 -
System Red Green Blue C M Y K H S L
Decimal 36 134 153 0.76 0.12 0 0.4 189.74 0.62 0.37
Hex 24 86 99 4C C 0 28 BE 3E 25
Octal 44 206 231 114 14 0 50 276 76 45
Binary 100100 10000110 10011001 1001100 1100 0 101000 10111110 111110 100101

Color Harmonies of #248699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248699

Black with #248699

Text Example


Text Example

White with #248699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248699; }

 p { color: rgb(36,134,153); }

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

background-color css

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

 a { background-color: rgb(36,134,153); }

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

border-color css

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

 span { border-color: rgb(36,134,153); }

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