#3280BF

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

Shades of Curious Blue #3280BF

Tints of Curious Blue #3280BF

Color information

#3280BF (or 0x3280BF) is unknown color: approx Curious Blue. HEX triplet: 32, 80 and BF. RGB value is (50,128,191). Sum of RGB (Red+Green+Blue) = 50+128+191=369 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.55% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #3280BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3280BF is #CD7F40. Grayscale: #6F6F6F. Windows color (decimal): -13467457 or 12550194. OLE color: 12550194.

HSL color Cylindrical-coordinate representation of color #3280BF: hue angle of 206.81º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3280BF is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB50128191-
CMYK0.740.3300.25
HSL206.81º58.51%47.25%-
HSV(B)206.81º73.82%74.9%-
XYZ18.4419.8852.16-
YUV111.86172.6683.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.55%
GREEN value IS 128 (50.39% from 255) = 34.69%
BLUE value IS 191 (75% from 255) = 51.76%
R=13.55%
G=34.69%
B=51.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal501281910.740.3300.25206.8158.5147.25
Hex3280BF4A21019cf3b2f
Octal62200277112410313177357
Binary1100101000000010111111100101010000101100111001111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3280BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3280BF; }

 p { color: rgb(50,128,191); }

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

<style>
 a { background-color: #3280BF; }

 a { background-color: rgb(50,128,191); }

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

<style>
 span { border-color: #3280BF; }

 span { border-color: rgb(50,128,191); }

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