Html Css Color HEX #288590 Scooter

📋 copy color: '#288590'

red 40 ◦ green 133 ◦ blue 144

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

Shades of Scooter #288590

Tints of Scooter #288590

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.96%

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

R = 12.62%
G = 41.96%
B = 45.43%

CMYK

 C value IS 0.72

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#288590 (or 0x288590) is known color: Scooter. HEX triplet: 28, 85 and 90. RGB value is (40,133,144). Sum of RGB (Red+Green+Blue) = 40+133+144=317 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.62% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #288590 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288590 is #D77A6F. Grayscale: #6A6A6A. Windows color (decimal): -14121584 or 9471272. OLE color: 9471272.

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

Color convert

RGB 40 133 144 -
CMYK 0.72 0.08 0 0.44
HSL 186.35º 0.57% 0.36% -
HSV(B) 186.35º 0.72% 0.56% -
XYZ 14.3 19.24 29.35 -
YUV 106.45 149.19 80.61 -
System Red Green Blue C M Y K H S L
Decimal 40 133 144 0.72 0.08 0 0.44 186.35 0.57 0.36
Hex 28 85 90 48 8 0 2C BA 39 24
Octal 50 205 220 110 10 0 54 272 71 44
Binary 101000 10000101 10010000 1001000 1000 0 101100 10111010 111001 100100

Color Harmonies of #288590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288590

Black with #288590

Text Example


Text Example

White with #288590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288590; }

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

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

background-color css

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

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

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

border-color css

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

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

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