Html Css Color HEX #288997 Scooter

📋 copy color: '#288997'

red 40 ◦ green 137 ◦ blue 151

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

Shades of Scooter #288997

Tints of Scooter #288997

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.77%

 BLUE value IS 151 (59.38% from 255) = 46.04%

R = 12.2%
G = 41.77%
B = 46.04%

CMYK

 C value IS 0.74

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#288997 (or 0x288997) is known color: Scooter. HEX triplet: 28, 89 and 97. RGB value is (40,137,151). Sum of RGB (Red+Green+Blue) = 40+137+151=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 137 (53.91% from 255 or 41.77% from 328); Blue value is 151 (59.38% from 255 or 46.04% from 328); Max value from RGB is 151 - color contains mainly: blue. Hex color #288997 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288997 is #D77668. Grayscale: #6D6D6D. Windows color (decimal): -14120553 or 9931048. OLE color: 9931048.

HSL color Cylindrical-coordinate representation of color #288997: hue angle of 187.57º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #288997 is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 40 137 151 -
CMYK 0.74 0.09 0 0.41
HSL 187.57º 0.58% 0.37% -
HSV(B) 187.57º 0.74% 0.59% -
XYZ 15.41 20.58 32.44 -
YUV 109.59 151.36 78.36 -
System Red Green Blue C M Y K H S L
Decimal 40 137 151 0.74 0.09 0 0.41 187.57 0.58 0.37
Hex 28 89 97 4A 9 0 29 BC 3A 25
Octal 50 211 227 112 11 0 51 274 72 45
Binary 101000 10001001 10010111 1001010 1001 0 101001 10111100 111010 100101

Color Harmonies of #288997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288997

Black with #288997

Text Example


Text Example

White with #288997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288997; }

 p { color: rgb(40,137,151); }

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

background-color css

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

 a { background-color: rgb(40,137,151); }

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

border-color css

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

 span { border-color: rgb(40,137,151); }

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