Html Css Color HEX #248292 Scooter

📋 copy color: '#248292'

red 36 ◦ green 130 ◦ blue 146

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

Shades of Scooter #248292

Tints of Scooter #248292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 46.79%

R = 11.54%
G = 41.67%
B = 46.79%

CMYK

 C value IS 0.75

 M value IS 0.11

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#248292 (or 0x248292) is known color: Scooter. HEX triplet: 24, 82 and 92. RGB value is (36,130,146). Sum of RGB (Red+Green+Blue) = 36+130+146=312 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.54% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 146 (57.42% from 255 or 46.79% from 312); Max value from RGB is 146 - color contains mainly: blue. Hex color #248292 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248292 is #DB7D6D. Grayscale: #676767. Windows color (decimal): -14384494 or 9601572. OLE color: 9601572.

HSL color Cylindrical-coordinate representation of color #248292: hue angle of 188.73º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #248292 is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 36 130 146 -
CMYK 0.75 0.11 0 0.43
HSL 188.73º 0.6% 0.36% -
HSV(B) 188.73º 0.75% 0.57% -
XYZ 13.9 18.42 30.02 -
YUV 103.72 151.86 79.7 -
System Red Green Blue C M Y K H S L
Decimal 36 130 146 0.75 0.11 0 0.43 188.73 0.6 0.36
Hex 24 82 92 4B B 0 2B BD 3C 24
Octal 44 202 222 113 13 0 53 275 74 44
Binary 100100 10000010 10010010 1001011 1011 0 101011 10111101 111100 100100

Color Harmonies of #248292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248292

Black with #248292

Text Example


Text Example

White with #248292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248292; }

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

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

background-color css

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

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

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

border-color css

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

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

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