#3386DB

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

Shades of Curious Blue #3386DB

Tints of Curious Blue #3386DB

Color information

#3386DB (or 0x3386DB) is unknown color: approx Curious Blue. HEX triplet: 33, 86 and DB. RGB value is (51,134,219). Sum of RGB (Red+Green+Blue) = 51+134+219=404 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.62% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #3386DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3386DB is #CC7924. Grayscale: #767676. Windows color (decimal): -13400357 or 14386739. OLE color: 14386739.

HSL color Cylindrical-coordinate representation of color #3386DB: hue angle of 210.36º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3386DB is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB51134219-
CMYK0.770.3900.14
HSL210.36º70%52.94%-
HSV(B)210.36º76.71%85.88%-
XYZ22.6822.8770.24-
YUV118.87184.579.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.62%
GREEN value IS 134 (52.73% from 255) = 33.17%
BLUE value IS 219 (85.94% from 255) = 54.21%
R=12.62%
G=33.17%
B=54.21%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal511342190.770.3900.14210.367052.94
Hex3386DB4D270Ed24635
Octal632063331154701632210665
Binary1100111000011011011011100110110011101110110100101000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3386DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3386DB; }

 p { color: rgb(51,134,219); }

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

<style>
 a { background-color: #3386DB; }

 a { background-color: rgb(51,134,219); }

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

<style>
 span { border-color: #3386DB; }

 span { border-color: rgb(51,134,219); }

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