#3287CF

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

Shades of Curious Blue #3287CF

Tints of Curious Blue #3287CF

Color information

#3287CF (or 0x3287CF) is unknown color: approx Curious Blue. HEX triplet: 32, 87 and CF. RGB value is (50,135,207). Sum of RGB (Red+Green+Blue) = 50+135+207=392 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.76% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #3287CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3287CF is #CD7830. Grayscale: #757575. Windows color (decimal): -13465649 or 13600562. OLE color: 13600562.

HSL color Cylindrical-coordinate representation of color #3287CF: hue angle of 207.52º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3287CF is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB50135207-
CMYK0.760.3500.19
HSL207.52º62.06%50.39%-
HSV(B)207.52º75.85%81.18%-
XYZ21.2422.5162.26-
YUV117.79178.3479.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.76%
GREEN value IS 135 (53.12% from 255) = 34.44%
BLUE value IS 207 (81.25% from 255) = 52.81%
R=12.76%
G=34.44%
B=52.81%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal501352070.760.3500.19207.5262.0650.39
Hex3287CF4C23013d03e32
Octal62207317114430233207662
Binary1100101000011111001111100110010001101001111010000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3287CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3287CF; }

 p { color: rgb(50,135,207); }

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

<style>
 a { background-color: #3287CF; }

 a { background-color: rgb(50,135,207); }

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

<style>
 span { border-color: #3287CF; }

 span { border-color: rgb(50,135,207); }

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