Html Css Color HEX #288BA7 Scooter

📋 copy color: '#288BA7'

red 40 ◦ green 139 ◦ blue 167

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

Shades of Scooter #288BA7

Tints of Scooter #288BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 48.27%

R = 11.56%
G = 40.17%
B = 48.27%

CMYK

 C value IS 0.76

 M value IS 0.17

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#288BA7 (or 0x288BA7) is known color: Scooter. HEX triplet: 28, 8B and A7. RGB value is (40,139,167). Sum of RGB (Red+Green+Blue) = 40+139+167=346 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.56% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 167 (65.62% from 255 or 48.27% from 346); Max value from RGB is 167 - color contains mainly: blue. Hex color #288BA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288BA7 is #D77458. Grayscale: #707070. Windows color (decimal): -14120025 or 10980136. OLE color: 10980136.

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

Color convert

RGB 40 139 167 -
CMYK 0.76 0.17 0 0.35
HSL 193.23º 0.61% 0.41% -
HSV(B) 193.23º 0.76% 0.65% -
XYZ 17.08 21.71 39.85 -
YUV 112.59 158.7 76.22 -
System Red Green Blue C M Y K H S L
Decimal 40 139 167 0.76 0.17 0 0.35 193.23 0.61 0.41
Hex 28 8B A7 4C 11 0 23 C1 3D 29
Octal 50 213 247 114 21 0 43 301 75 51
Binary 101000 10001011 10100111 1001100 10001 0 100011 11000001 111101 101001

Color Harmonies of #288BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288BA7

Black with #288BA7

Text Example


Text Example

White with #288BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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