Html Css Color HEX #248299 Scooter

📋 copy color: '#248299'

red 36 ◦ green 130 ◦ blue 153

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

Shades of Scooter #248299

Tints of Scooter #248299

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.75%

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

R = 11.29%
G = 40.75%
B = 47.96%

CMYK

 C value IS 0.76

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#248299 (or 0x248299) is known color: Scooter. HEX triplet: 24, 82 and 99. RGB value is (36,130,153). Sum of RGB (Red+Green+Blue) = 36+130+153=319 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.29% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #248299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248299 is #DB7D66. Grayscale: #686868. Windows color (decimal): -14384487 or 10060324. OLE color: 10060324.

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

Color convert

RGB 36 130 153 -
CMYK 0.76 0.15 0 0.4
HSL 191.79º 0.62% 0.37% -
HSV(B) 191.79º 0.76% 0.6% -
XYZ 14.46 18.64 32.97 -
YUV 104.52 155.36 79.13 -
System Red Green Blue C M Y K H S L
Decimal 36 130 153 0.76 0.15 0 0.4 191.79 0.62 0.37
Hex 24 82 99 4C F 0 28 C0 3E 25
Octal 44 202 231 114 17 0 50 300 76 45
Binary 100100 10000010 10011001 1001100 1111 0 101000 11000000 111110 100101

Color Harmonies of #248299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248299

Black with #248299

Text Example


Text Example

White with #248299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248299; }

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

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

background-color css

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

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

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

border-color css

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

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

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