#287FB4

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

Shades of Curious Blue #287FB4

Tints of Curious Blue #287FB4

Color information

#287FB4 (or 0x287FB4) is unknown color: approx Curious Blue. HEX triplet: 28, 7F and B4. RGB value is (40,127,180). Sum of RGB (Red+Green+Blue) = 40+127+180=347 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.53% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 180 (70.70% from 255 or 51.87% from 347); Max value from RGB is 180 - color contains mainly: blue. Hex color #287FB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287FB4 is #D7804B. Grayscale: #6A6A6A. Windows color (decimal): -14123084 or 11829032. OLE color: 11829032.

HSL color Cylindrical-coordinate representation of color #287FB4: hue angle of 202.71º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #287FB4 is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB40127180-
CMYK0.780.2900.29
HSL202.71º63.64%43.14%-
HSV(B)202.71º77.78%70.59%-
XYZ16.718.9345.95-
YUV107.03169.1880.19-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.53%
GREEN value IS 127 (50% from 255) = 36.60%
BLUE value IS 180 (70.70% from 255) = 51.87%
R=11.53%
G=36.60%
B=51.87%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal401271800.780.2900.29202.7163.6443.14
Hex287FB44E1D01Dcb402b
Octal501772641163503531310053
Binary101000111111110110100100111011101011101110010111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287FB4; }

 p { color: rgb(40,127,180); }

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

<style>
 a { background-color: #287FB4; }

 a { background-color: rgb(40,127,180); }

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

<style>
 span { border-color: #287FB4; }

 span { border-color: rgb(40,127,180); }

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