Html Css Color HEX #288BA5 Scooter

📋 copy color: '#288BA5'

red 40 ◦ green 139 ◦ blue 165

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

Shades of Scooter #288BA5

Tints of Scooter #288BA5

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.41%

 BLUE value IS 165 (64.84% from 255) = 47.97%

R = 11.63%
G = 40.41%
B = 47.97%

CMYK

 C value IS 0.76

 M value IS 0.16

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#288BA5 (or 0x288BA5) is known color: Scooter. HEX triplet: 28, 8B and A5. RGB value is (40,139,165). Sum of RGB (Red+Green+Blue) = 40+139+165=344 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.63% from 344); Green value is 139 (54.69% from 255 or 40.41% from 344); Blue value is 165 (64.84% from 255 or 47.97% from 344); Max value from RGB is 165 - color contains mainly: blue. Hex color #288BA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288BA5 is #D7745A. Grayscale: #707070. Windows color (decimal): -14120027 or 10849064. OLE color: 10849064.

HSL color Cylindrical-coordinate representation of color #288BA5: hue angle of 192.48º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #288BA5 is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 40 139 165 -
CMYK 0.76 0.16 0 0.35
HSL 192.48º 0.61% 0.4% -
HSV(B) 192.48º 0.76% 0.65% -
XYZ 16.9 21.63 38.88 -
YUV 112.36 157.7 76.39 -
System Red Green Blue C M Y K H S L
Decimal 40 139 165 0.76 0.16 0 0.35 192.48 0.61 0.4
Hex 28 8B A5 4C 10 0 23 C0 3D 28
Octal 50 213 245 114 20 0 43 300 75 50
Binary 101000 10001011 10100101 1001100 10000 0 100011 11000000 111101 101000

Color Harmonies of #288BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288BA5

Black with #288BA5

Text Example


Text Example

White with #288BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,139,165); }

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

background-color css

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

 a { background-color: rgb(40,139,165); }

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

border-color css

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

 span { border-color: rgb(40,139,165); }

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