Html Css Color HEX #248491 Scooter

📋 copy color: '#248491'

red 36 ◦ green 132 ◦ blue 145

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

Shades of Scooter #248491

Tints of Scooter #248491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 46.33%

R = 11.5%
G = 42.17%
B = 46.33%

CMYK

 C value IS 0.75

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#248491 (or 0x248491) is known color: Scooter. HEX triplet: 24, 84 and 91. RGB value is (36,132,145). Sum of RGB (Red+Green+Blue) = 36+132+145=313 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.50% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 145 - color contains mainly: blue. Hex color #248491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248491 is #DB7B6E. Grayscale: #686868. Windows color (decimal): -14383983 or 9536548. OLE color: 9536548.

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

Color convert

RGB 36 132 145 -
CMYK 0.75 0.09 0 0.43
HSL 187.16º 0.6% 0.35% -
HSV(B) 187.16º 0.75% 0.57% -
XYZ 14.09 18.92 29.7 -
YUV 104.78 150.7 78.94 -
System Red Green Blue C M Y K H S L
Decimal 36 132 145 0.75 0.09 0 0.43 187.16 0.6 0.35
Hex 24 84 91 4B 9 0 2B BB 3C 23
Octal 44 204 221 113 11 0 53 273 74 43
Binary 100100 10000100 10010001 1001011 1001 0 101011 10111011 111100 100011

Color Harmonies of #248491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248491

Black with #248491

Text Example


Text Example

White with #248491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248491; }

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

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

background-color css

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

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

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

border-color css

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

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

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