Html Css Color HEX #288D9B Scooter

📋 copy color: '#288D9B'

red 40 ◦ green 141 ◦ blue 155

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

Shades of Scooter #288D9B

Tints of Scooter #288D9B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.96%

 BLUE value IS 155 (60.94% from 255) = 46.13%

R = 11.9%
G = 41.96%
B = 46.13%

CMYK

 C value IS 0.74

 M value IS 0.09

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#288D9B (or 0x288D9B) is known color: Scooter. HEX triplet: 28, 8D and 9B. RGB value is (40,141,155). Sum of RGB (Red+Green+Blue) = 40+141+155=336 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.90% from 336); Green value is 141 (55.47% from 255 or 41.96% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #288D9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288D9B is #D77264. Grayscale: #707070. Windows color (decimal): -14119525 or 10194216. OLE color: 10194216.

HSL color Cylindrical-coordinate representation of color #288D9B: hue angle of 187.3º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #288D9B is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 40 141 155 -
CMYK 0.74 0.09 0 0.39
HSL 187.3º 0.59% 0.38% -
HSV(B) 187.3º 0.74% 0.61% -
XYZ 16.32 21.87 34.37 -
YUV 112.4 152.04 76.36 -
System Red Green Blue C M Y K H S L
Decimal 40 141 155 0.74 0.09 0 0.39 187.3 0.59 0.38
Hex 28 8D 9B 4A 9 0 27 BB 3B 26
Octal 50 215 233 112 11 0 47 273 73 46
Binary 101000 10001101 10011011 1001010 1001 0 100111 10111011 111011 100110

Color Harmonies of #288D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288D9B

Black with #288D9B

Text Example


Text Example

White with #288D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288D9B; }

 p { color: rgb(40,141,155); }

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

background-color css

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

 a { background-color: rgb(40,141,155); }

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

border-color css

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

 span { border-color: rgb(40,141,155); }

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