#3390BE

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

Shades of Curious Blue #3390BE

Tints of Curious Blue #3390BE

Color information

#3390BE (or 0x3390BE) is unknown color: approx Curious Blue. HEX triplet: 33, 90 and BE. RGB value is (51,144,190). Sum of RGB (Red+Green+Blue) = 51+144+190=385 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.25% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #3390BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3390BE is #CC6F41. Grayscale: #797979. Windows color (decimal): -13397826 or 12488755. OLE color: 12488755.

HSL color Cylindrical-coordinate representation of color #3390BE: hue angle of 199.86º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3390BE is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB51144190-
CMYK0.730.2400.25
HSL199.86º57.68%47.25%-
HSV(B)199.86º73.16%74.51%-
XYZ20.6324.3752.33-
YUV121.44166.6977.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.25%
GREEN value IS 144 (56.64% from 255) = 37.40%
BLUE value IS 190 (74.61% from 255) = 49.35%
R=13.25%
G=37.40%
B=49.35%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal511441900.730.2400.25199.8657.6847.25
Hex3390BE4918019c83a2f
Octal63220276111300313107257
Binary110011100100001011111010010011100001100111001000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3390BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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