Html Css Color HEX #288899 Scooter

📋 copy color: '#288899'

red 40 ◦ green 136 ◦ blue 153

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

Shades of Scooter #288899

Tints of Scooter #288899

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.34%

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

R = 12.16%
G = 41.34%
B = 46.5%

CMYK

 C value IS 0.74

 M value IS 0.11

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#288899 (or 0x288899) is known color: Scooter. HEX triplet: 28, 88 and 99. RGB value is (40,136,153). Sum of RGB (Red+Green+Blue) = 40+136+153=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 136 (53.52% from 255 or 41.34% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #288899 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288899 is #D77766. Grayscale: #6D6D6D. Windows color (decimal): -14120807 or 10061864. OLE color: 10061864.

HSL color Cylindrical-coordinate representation of color #288899: hue angle of 189.03º 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 #288899 is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 40 136 153 -
CMYK 0.74 0.11 0 0.4
HSL 189.03º 0.59% 0.38% -
HSV(B) 189.03º 0.74% 0.6% -
XYZ 15.43 20.36 33.25 -
YUV 109.23 152.7 78.62 -
System Red Green Blue C M Y K H S L
Decimal 40 136 153 0.74 0.11 0 0.4 189.03 0.59 0.38
Hex 28 88 99 4A B 0 28 BD 3B 26
Octal 50 210 231 112 13 0 50 275 73 46
Binary 101000 10001000 10011001 1001010 1011 0 101000 10111101 111011 100110

Color Harmonies of #288899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288899

Black with #288899

Text Example


Text Example

White with #288899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288899; }

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

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

background-color css

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

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

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

border-color css

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

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

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