Html Css Color HEX #248190 Scooter

📋 copy color: '#248190'

red 36 ◦ green 129 ◦ blue 144

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

Shades of Scooter #248190

Tints of Scooter #248190

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.75%

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

R = 11.65%
G = 41.75%
B = 46.6%

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

#248190 (or 0x248190) is known color: Scooter. HEX triplet: 24, 81 and 90. RGB value is (36,129,144). Sum of RGB (Red+Green+Blue) = 36+129+144=309 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.65% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #248190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248190 is #DB7E6F. Grayscale: #666666. Windows color (decimal): -14384752 or 9470244. OLE color: 9470244.

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

Color convert

RGB 36 129 144 -
CMYK 0.75 0.10 0 0.44
HSL 188.33º 0.6% 0.35% -
HSV(B) 188.33º 0.75% 0.56% -
XYZ 13.61 18.09 29.16 -
YUV 102.9 151.19 80.28 -
System Red Green Blue C M Y K H S L
Decimal 36 129 144 0.75 0.10 0 0.44 188.33 0.6 0.35
Hex 24 81 90 4B A 0 2C BC 3C 23
Octal 44 201 220 113 12 0 54 274 74 43
Binary 100100 10000001 10010000 1001011 1010 0 101100 10111100 111100 100011

Color Harmonies of #248190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248190

Black with #248190

Text Example


Text Example

White with #248190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248190; }

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

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

background-color css

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

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

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

border-color css

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

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

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