#3380CD

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

Shades of Curious Blue #3380CD

Tints of Curious Blue #3380CD

Color information

#3380CD (or 0x3380CD) is unknown color: approx Curious Blue. HEX triplet: 33, 80 and CD. RGB value is (51,128,205). Sum of RGB (Red+Green+Blue) = 51+128+205=384 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.28% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #3380CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3380CD is #CC7F32. Grayscale: #717171. Windows color (decimal): -13401907 or 13467699. OLE color: 13467699.

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

Color convert

RGB51128205-
CMYK0.750.3800.20
HSL210º60.63%50.2%-
HSV(B)210º75.12%80.39%-
XYZ20.120.5560.66-
YUV113.76179.4983.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.28%
GREEN value IS 128 (50.39% from 255) = 33.33%
BLUE value IS 205 (80.47% from 255) = 53.39%
R=13.28%
G=33.33%
B=53.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal511282050.750.3800.2021060.6350.2
Hex3380CD4B26014d23d32
Octal63200315113460243227562
Binary1100111000000011001101100101110011001010011010010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3380CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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