#3390D1

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

Shades of Curious Blue #3390D1

Tints of Curious Blue #3390D1

Color information

#3390D1 (or 0x3390D1) is unknown color: approx Curious Blue. HEX triplet: 33, 90 and D1. RGB value is (51,144,209). Sum of RGB (Red+Green+Blue) = 51+144+209=404 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.62% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 209 (82.03% from 255 or 51.73% from 404); Max value from RGB is 209 - color contains mainly: blue. Hex color #3390D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3390D1 is #CC6F2E. Grayscale: #7B7B7B. Windows color (decimal): -13397807 or 13733939. OLE color: 13733939.

HSL color Cylindrical-coordinate representation of color #3390D1: hue angle of 204.68º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3390D1 is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB51144209-
CMYK0.760.3100.18
HSL204.68º63.2%50.98%-
HSV(B)204.68º75.6%81.96%-
XYZ22.8525.2563.99-
YUV123.6176.1976.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.62%
GREEN value IS 144 (56.64% from 255) = 35.64%
BLUE value IS 209 (82.03% from 255) = 51.73%
R=12.62%
G=35.64%
B=51.73%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal511442090.760.3100.18204.6863.250.98
Hex3390D14C1F012cd3f33
Octal63220321114370223157763
Binary110011100100001101000110011001111101001011001101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3390D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3390D1; }

 p { color: rgb(51,144,209); }

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

<style>
 a { background-color: #3390D1; }

 a { background-color: rgb(51,144,209); }

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

<style>
 span { border-color: #3390D1; }

 span { border-color: rgb(51,144,209); }

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