#3280CD

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

Shades of Curious Blue #3280CD

Tints of Curious Blue #3280CD

Color information

#3280CD (or 0x3280CD) is unknown color: approx Curious Blue. HEX triplet: 32, 80 and CD. RGB value is (50,128,205). Sum of RGB (Red+Green+Blue) = 50+128+205=383 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.05% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #3280CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3280CD is #CD7F32. Grayscale: #717171. Windows color (decimal): -13467443 or 13467698. OLE color: 13467698.

HSL color Cylindrical-coordinate representation of color #3280CD: hue angle of 209.81º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3280CD is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB50128205-
CMYK0.760.3800.20
HSL209.81º60.78%50%-
HSV(B)209.81º75.61%80.39%-
XYZ20.0520.5260.66-
YUV113.46179.6682.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.05%
GREEN value IS 128 (50.39% from 255) = 33.42%
BLUE value IS 205 (80.47% from 255) = 53.52%
R=13.05%
G=33.42%
B=53.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal501282050.760.3800.20209.8160.7850
Hex3280CD4C26014d23d32
Octal62200315114460243227562
Binary1100101000000011001101100110010011001010011010010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3280CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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