#3280B8

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

Shades of Curious Blue #3280B8

Tints of Curious Blue #3280B8

Color information

#3280B8 (or 0x3280B8) is unknown color: approx Curious Blue. HEX triplet: 32, 80 and B8. RGB value is (50,128,184). Sum of RGB (Red+Green+Blue) = 50+128+184=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 184 (72.27% from 255 or 50.83% from 362); Max value from RGB is 184 - color contains mainly: blue. Hex color #3280B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3280B8 is #CD7F47. Grayscale: #6E6E6E. Windows color (decimal): -13467464 or 12091442. OLE color: 12091442.

HSL color Cylindrical-coordinate representation of color #3280B8: hue angle of 205.07º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3280B8 is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB50128184-
CMYK0.730.3000.28
HSL205.07º57.26%45.88%-
HSV(B)205.07º72.83%72.16%-
XYZ17.6919.5848.19-
YUV111.06169.1684.45-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.81%
GREEN value IS 128 (50.39% from 255) = 35.36%
BLUE value IS 184 (72.27% from 255) = 50.83%
R=13.81%
G=35.36%
B=50.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal501281840.730.3000.28205.0757.2645.88
Hex3280B8491E01Ccd392e
Octal62200270111360343157156
Binary110010100000001011100010010011111001110011001101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3280B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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