Html Css Color HEX #288CA2 Scooter

📋 copy color: '#288CA2'

red 40 ◦ green 140 ◦ blue 162

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

Shades of Scooter #288CA2

Tints of Scooter #288CA2

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.94%

 BLUE value IS 162 (63.67% from 255) = 47.37%

R = 11.7%
G = 40.94%
B = 47.37%

CMYK

 C value IS 0.75

 M value IS 0.14

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#288CA2 (or 0x288CA2) is known color: Scooter. HEX triplet: 28, 8C and A2. RGB value is (40,140,162). Sum of RGB (Red+Green+Blue) = 40+140+162=342 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.70% from 342); Green value is 140 (55.08% from 255 or 40.94% from 342); Blue value is 162 (63.67% from 255 or 47.37% from 342); Max value from RGB is 162 - color contains mainly: blue. Hex color #288CA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288CA2 is #D7735D. Grayscale: #707070. Windows color (decimal): -14119774 or 10652712. OLE color: 10652712.

HSL color Cylindrical-coordinate representation of color #288CA2: hue angle of 190.82º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #288CA2 is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 40 140 162 -
CMYK 0.75 0.14 0 0.36
HSL 190.82º 0.6% 0.4% -
HSV(B) 190.82º 0.75% 0.64% -
XYZ 16.77 21.82 37.51 -
YUV 112.61 155.87 76.21 -
System Red Green Blue C M Y K H S L
Decimal 40 140 162 0.75 0.14 0 0.36 190.82 0.6 0.4
Hex 28 8C A2 4B E 0 24 BF 3C 28
Octal 50 214 242 113 16 0 44 277 74 50
Binary 101000 10001100 10100010 1001011 1110 0 100100 10111111 111100 101000

Color Harmonies of #288CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288CA2

Black with #288CA2

Text Example


Text Example

White with #288CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,140,162); }

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

background-color css

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

 a { background-color: rgb(40,140,162); }

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

border-color css

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

 span { border-color: rgb(40,140,162); }

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