Html Css Color HEX #288BA4 Scooter

📋 copy color: '#288BA4'

red 40 ◦ green 139 ◦ blue 164

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

Shades of Scooter #288BA4

Tints of Scooter #288BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 47.81%

R = 11.66%
G = 40.52%
B = 47.81%

CMYK

 C value IS 0.76

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#288BA4 (or 0x288BA4) is known color: Scooter. HEX triplet: 28, 8B and A4. RGB value is (40,139,164). Sum of RGB (Red+Green+Blue) = 40+139+164=343 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.66% from 343); Green value is 139 (54.69% from 255 or 40.52% from 343); Blue value is 164 (64.45% from 255 or 47.81% from 343); Max value from RGB is 164 - color contains mainly: blue. Hex color #288BA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288BA4 is #D7745B. Grayscale: #707070. Windows color (decimal): -14120028 or 10783528. OLE color: 10783528.

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

Color convert

RGB 40 139 164 -
CMYK 0.76 0.15 0 0.36
HSL 192.1º 0.61% 0.4% -
HSV(B) 192.1º 0.76% 0.64% -
XYZ 16.81 21.6 38.4 -
YUV 112.25 157.2 76.47 -
System Red Green Blue C M Y K H S L
Decimal 40 139 164 0.76 0.15 0 0.36 192.1 0.61 0.4
Hex 28 8B A4 4C F 0 24 C0 3D 28
Octal 50 213 244 114 17 0 44 300 75 50
Binary 101000 10001011 10100100 1001100 1111 0 100100 11000000 111101 101000

Color Harmonies of #288BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288BA4

Black with #288BA4

Text Example


Text Example

White with #288BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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