#288ABD

Color #288ABD Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #288ABD

Tints of Curious Blue #288ABD

Color information

#288ABD (or 0x288ABD) is unknown color: approx Curious Blue. HEX triplet: 28, 8A and BD. RGB value is (40,138,189). Sum of RGB (Red+Green+Blue) = 40+138+189=367 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.90% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #288ABD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288ABD is #D77542. Grayscale: #727272. Windows color (decimal): -14120259 or 12421672. OLE color: 12421672.

HSL color Cylindrical-coordinate representation of color #288ABD: hue angle of 200.54º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #288ABD is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB40138189-
CMYK0.790.2700.26
HSL200.54º65.07%44.9%-
HSV(B)200.54º78.84%74.12%-
XYZ19.1522.351.44-
YUV114.51170.0374.85-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.90%
GREEN value IS 138 (54.30% from 255) = 37.60%
BLUE value IS 189 (74.22% from 255) = 51.50%
R=10.90%
G=37.60%
B=51.50%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal401381890.790.2700.26200.5465.0744.9
Hex288ABD4F1B01Ac9412d
Octal502122751173303231110155
Binary1010001000101010111101100111111011011010110010011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #288ABD;
 }
 .AnyTagClassName
 {
   color: #288ABD;
 }
</style>
background-color css

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

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

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

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

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

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