Html Css Color HEX #248390 Scooter

📋 copy color: '#248390'

red 36 ◦ green 131 ◦ blue 144

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

Shades of Scooter #248390

Tints of Scooter #248390

RGB

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

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

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

R = 11.58%
G = 42.12%
B = 46.3%

CMYK

 C value IS 0.75

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#248390 (or 0x248390) is known color: Scooter. HEX triplet: 24, 83 and 90. RGB value is (36,131,144). Sum of RGB (Red+Green+Blue) = 36+131+144=311 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.58% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #248390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248390 is #DB7C6F. Grayscale: #676767. Windows color (decimal): -14384240 or 9470756. OLE color: 9470756.

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

Color convert

RGB 36 131 144 -
CMYK 0.75 0.09 0 0.44
HSL 187.22º 0.6% 0.35% -
HSV(B) 187.22º 0.75% 0.56% -
XYZ 13.88 18.62 29.25 -
YUV 104.08 150.53 79.44 -
System Red Green Blue C M Y K H S L
Decimal 36 131 144 0.75 0.09 0 0.44 187.22 0.6 0.35
Hex 24 83 90 4B 9 0 2C BB 3C 23
Octal 44 203 220 113 11 0 54 273 74 43
Binary 100100 10000011 10010000 1001011 1001 0 101100 10111011 111100 100011

Color Harmonies of #248390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248390

Black with #248390

Text Example


Text Example

White with #248390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248390; }

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

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

background-color css

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

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

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

border-color css

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

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

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