Html Css Color HEX #248493 Scooter

📋 copy color: '#248493'

red 36 ◦ green 132 ◦ blue 147

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

Shades of Scooter #248493

Tints of Scooter #248493

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.9%

 BLUE value IS 147 (57.81% from 255) = 46.67%

R = 11.43%
G = 41.9%
B = 46.67%

CMYK

 C value IS 0.76

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#248493 (or 0x248493) is known color: Scooter. HEX triplet: 24, 84 and 93. RGB value is (36,132,147). Sum of RGB (Red+Green+Blue) = 36+132+147=315 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.43% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 147 - color contains mainly: blue. Hex color #248493 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248493 is #DB7B6C. Grayscale: #686868. Windows color (decimal): -14383981 or 9667620. OLE color: 9667620.

HSL color Cylindrical-coordinate representation of color #248493: hue angle of 188.11º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #248493 is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 36 132 147 -
CMYK 0.76 0.10 0 0.42
HSL 188.11º 0.61% 0.36% -
HSV(B) 188.11º 0.76% 0.58% -
XYZ 14.25 18.98 30.52 -
YUV 105.01 151.7 78.78 -
System Red Green Blue C M Y K H S L
Decimal 36 132 147 0.76 0.10 0 0.42 188.11 0.61 0.36
Hex 24 84 93 4C A 0 2A BC 3D 24
Octal 44 204 223 114 12 0 52 274 75 44
Binary 100100 10000100 10010011 1001100 1010 0 101010 10111100 111101 100100

Color Harmonies of #248493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248493

Black with #248493

Text Example


Text Example

White with #248493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248493; }

 p { color: rgb(36,132,147); }

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

background-color css

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

 a { background-color: rgb(36,132,147); }

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

border-color css

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

 span { border-color: rgb(36,132,147); }

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