Html Css Color HEX #248392 Scooter

📋 copy color: '#248392'

red 36 ◦ green 131 ◦ blue 146

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

Shades of Scooter #248392

Tints of Scooter #248392

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.85%

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

R = 11.5%
G = 41.85%
B = 46.65%

CMYK

 C value IS 0.75

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#248392 (or 0x248392) is known color: Scooter. HEX triplet: 24, 83 and 92. RGB value is (36,131,146). Sum of RGB (Red+Green+Blue) = 36+131+146=313 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.50% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 146 (57.42% from 255 or 46.65% from 313); Max value from RGB is 146 - color contains mainly: blue. Hex color #248392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248392 is #DB7C6D. Grayscale: #686868. Windows color (decimal): -14384238 or 9601828. OLE color: 9601828.

HSL color Cylindrical-coordinate representation of color #248392: hue angle of 188.18º 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 #248392 is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 36 131 146 -
CMYK 0.75 0.10 0 0.43
HSL 188.18º 0.6% 0.36% -
HSV(B) 188.18º 0.75% 0.57% -
XYZ 14.03 18.68 30.06 -
YUV 104.31 151.53 79.28 -
System Red Green Blue C M Y K H S L
Decimal 36 131 146 0.75 0.10 0 0.43 188.18 0.6 0.36
Hex 24 83 92 4B A 0 2B BC 3C 24
Octal 44 203 222 113 12 0 53 274 74 44
Binary 100100 10000011 10010010 1001011 1010 0 101011 10111100 111100 100100

Color Harmonies of #248392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248392

Black with #248392

Text Example


Text Example

White with #248392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248392; }

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

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

background-color css

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

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

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

border-color css

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

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

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