Html Css Color HEX #288799 Scooter

📋 copy color: '#288799'

red 40 ◦ green 135 ◦ blue 153

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

Shades of Scooter #288799

Tints of Scooter #288799

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.16%

 BLUE value IS 153 (60.16% from 255) = 46.65%

R = 12.2%
G = 41.16%
B = 46.65%

CMYK

 C value IS 0.74

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#288799 (or 0x288799) is known color: Scooter. HEX triplet: 28, 87 and 99. RGB value is (40,135,153). Sum of RGB (Red+Green+Blue) = 40+135+153=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #288799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288799 is #D77866. Grayscale: #6C6C6C. Windows color (decimal): -14121063 or 10061608. OLE color: 10061608.

HSL color Cylindrical-coordinate representation of color #288799: hue angle of 189.56º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #288799 is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 40 135 153 -
CMYK 0.74 0.12 0 0.4
HSL 189.56º 0.59% 0.38% -
HSV(B) 189.56º 0.74% 0.6% -
XYZ 15.29 20.08 33.21 -
YUV 108.65 153.03 79.04 -
System Red Green Blue C M Y K H S L
Decimal 40 135 153 0.74 0.12 0 0.4 189.56 0.59 0.38
Hex 28 87 99 4A C 0 28 BE 3B 26
Octal 50 207 231 112 14 0 50 276 73 46
Binary 101000 10000111 10011001 1001010 1100 0 101000 10111110 111011 100110

Color Harmonies of #288799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288799

Black with #288799

Text Example


Text Example

White with #288799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288799; }

 p { color: rgb(40,135,153); }

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

background-color css

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

 a { background-color: rgb(40,135,153); }

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

border-color css

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

 span { border-color: rgb(40,135,153); }

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