Html Css Color HEX #288994 Scooter

📋 copy color: '#288994'

red 40 ◦ green 137 ◦ blue 148

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

Shades of Scooter #288994

Tints of Scooter #288994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 45.54%

R = 12.31%
G = 42.15%
B = 45.54%

CMYK

 C value IS 0.73

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#288994 (or 0x288994) is known color: Scooter. HEX triplet: 28, 89 and 94. RGB value is (40,137,148). Sum of RGB (Red+Green+Blue) = 40+137+148=325 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.31% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 148 (58.20% from 255 or 45.54% from 325); Max value from RGB is 148 - color contains mainly: blue. Hex color #288994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288994 is #D7766B. Grayscale: #6D6D6D. Windows color (decimal): -14120556 or 9734440. OLE color: 9734440.

HSL color Cylindrical-coordinate representation of color #288994: hue angle of 186.11º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #288994 is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 40 137 148 -
CMYK 0.73 0.07 0 0.42
HSL 186.11º 0.57% 0.37% -
HSV(B) 186.11º 0.73% 0.58% -
XYZ 15.17 20.48 31.17 -
YUV 109.25 149.86 78.61 -
System Red Green Blue C M Y K H S L
Decimal 40 137 148 0.73 0.07 0 0.42 186.11 0.57 0.37
Hex 28 89 94 49 7 0 2A BA 39 25
Octal 50 211 224 111 7 0 52 272 71 45
Binary 101000 10001001 10010100 1001001 111 0 101010 10111010 111001 100101

Color Harmonies of #288994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288994

Black with #288994

Text Example


Text Example

White with #288994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288994; }

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

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

background-color css

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

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

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

border-color css

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

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

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