Html Css Color HEX #288AAC Scooter

📋 copy color: '#288AAC'

red 40 ◦ green 138 ◦ blue 172

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

Shades of Scooter #288AAC

Tints of Scooter #288AAC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.43%

 BLUE value IS 172 (67.58% from 255) = 49.14%

R = 11.43%
G = 39.43%
B = 49.14%

CMYK

 C value IS 0.77

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#288AAC (or 0x288AAC) is known color: Scooter. HEX triplet: 28, 8A and AC. RGB value is (40,138,172). Sum of RGB (Red+Green+Blue) = 40+138+172=350 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.43% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #288AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288AAC is #D77553. Grayscale: #707070. Windows color (decimal): -14120276 or 11307560. OLE color: 11307560.

HSL color Cylindrical-coordinate representation of color #288AAC: hue angle of 195.45º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #288AAC is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 138 172 -
CMYK 0.77 0.20 0 0.33
HSL 195.45º 0.62% 0.42% -
HSV(B) 195.45º 0.77% 0.67% -
XYZ 17.41 21.61 42.28 -
YUV 112.57 161.53 76.24 -
System Red Green Blue C M Y K H S L
Decimal 40 138 172 0.77 0.20 0 0.33 195.45 0.62 0.42
Hex 28 8A AC 4D 14 0 21 C3 3E 2A
Octal 50 212 254 115 24 0 41 303 76 52
Binary 101000 10001010 10101100 1001101 10100 0 100001 11000011 111110 101010

Color Harmonies of #288AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288AAC

Black with #288AAC

Text Example


Text Example

White with #288AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,138,172); }

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

background-color css

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

 a { background-color: rgb(40,138,172); }

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

border-color css

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

 span { border-color: rgb(40,138,172); }

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