Html Css Color HEX #248290 Scooter

📋 copy color: '#248290'

red 36 ◦ green 130 ◦ blue 144

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

Shades of Scooter #248290

Tints of Scooter #248290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.45%

R = 11.61%
G = 41.94%
B = 46.45%

CMYK

 C value IS 0.75

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#248290 (or 0x248290) is known color: Scooter. HEX triplet: 24, 82 and 90. RGB value is (36,130,144). Sum of RGB (Red+Green+Blue) = 36+130+144=310 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.61% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #248290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248290 is #DB7D6F. Grayscale: #676767. Windows color (decimal): -14384496 or 9470500. OLE color: 9470500.

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

Color convert

RGB 36 130 144 -
CMYK 0.75 0.10 0 0.44
HSL 187.78º 0.6% 0.35% -
HSV(B) 187.78º 0.75% 0.56% -
XYZ 13.74 18.35 29.2 -
YUV 103.49 150.86 79.86 -
System Red Green Blue C M Y K H S L
Decimal 36 130 144 0.75 0.10 0 0.44 187.78 0.6 0.35
Hex 24 82 90 4B A 0 2C BC 3C 23
Octal 44 202 220 113 12 0 54 274 74 43
Binary 100100 10000010 10010000 1001011 1010 0 101100 10111100 111100 100011

Color Harmonies of #248290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248290

Black with #248290

Text Example


Text Example

White with #248290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248290; }

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

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

background-color css

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

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

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

border-color css

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

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

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