Html Css Color HEX #288390 Scooter

📋 copy color: '#288390'

red 40 ◦ green 131 ◦ blue 144

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

Shades of Scooter #288390

Tints of Scooter #288390

RGB

 RED value IS 40 (16.02% from 255) = 12.7%

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

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

R = 12.7%
G = 41.59%
B = 45.71%

CMYK

 C value IS 0.72

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#288390 (or 0x288390) is known color: Scooter. HEX triplet: 28, 83 and 90. RGB value is (40,131,144). Sum of RGB (Red+Green+Blue) = 40+131+144=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #288390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288390 is #D77C6F. Grayscale: #696969. Windows color (decimal): -14122096 or 9470760. OLE color: 9470760.

HSL color Cylindrical-coordinate representation of color #288390: hue angle of 187.5º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288390 is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 131 144 -
CMYK 0.72 0.09 0 0.44
HSL 187.5º 0.57% 0.36% -
HSV(B) 187.5º 0.72% 0.56% -
XYZ 14.03 18.7 29.26 -
YUV 105.27 149.85 81.44 -
System Red Green Blue C M Y K H S L
Decimal 40 131 144 0.72 0.09 0 0.44 187.5 0.57 0.36
Hex 28 83 90 48 9 0 2C BC 39 24
Octal 50 203 220 110 11 0 54 274 71 44
Binary 101000 10000011 10010000 1001000 1001 0 101100 10111100 111001 100100

Color Harmonies of #288390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288390

Black with #288390

Text Example


Text Example

White with #288390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288390; }

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

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

background-color css

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

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

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

border-color css

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

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

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