#3391BD

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

Shades of Curious Blue #3391BD

Tints of Curious Blue #3391BD

Color information

#3391BD (or 0x3391BD) is unknown color: approx Curious Blue. HEX triplet: 33, 91 and BD. RGB value is (51,145,189). Sum of RGB (Red+Green+Blue) = 51+145+189=385 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.25% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #3391BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3391BD is #CC6E42. Grayscale: #797979. Windows color (decimal): -13397571 or 12423475. OLE color: 12423475.

HSL color Cylindrical-coordinate representation of color #3391BD: hue angle of 199.13º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3391BD is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB51145189-
CMYK0.730.2300.26
HSL199.13º57.5%47.06%-
HSV(B)199.13º73.02%74.12%-
XYZ20.6824.6351.81-
YUV121.91165.8677.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.25%
GREEN value IS 145 (57.03% from 255) = 37.66%
BLUE value IS 189 (74.22% from 255) = 49.09%
R=13.25%
G=37.66%
B=49.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal511451890.730.2300.26199.1357.547.06
Hex3391BD491701Ac73a2f
Octal63221275111270323077257
Binary110011100100011011110110010011011101101011000111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3391BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3391BD; }

 p { color: rgb(51,145,189); }

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

<style>
 a { background-color: #3391BD; }

 a { background-color: rgb(51,145,189); }

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

<style>
 span { border-color: #3391BD; }

 span { border-color: rgb(51,145,189); }

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