#3390BB

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

Shades of Curious Blue #3390BB

Tints of Curious Blue #3390BB

Color information

#3390BB (or 0x3390BB) is unknown color: approx Curious Blue. HEX triplet: 33, 90 and BB. RGB value is (51,144,187). Sum of RGB (Red+Green+Blue) = 51+144+187=382 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.35% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #3390BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3390BB is #CC6F44. Grayscale: #787878. Windows color (decimal): -13397829 or 12292147. OLE color: 12292147.

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

Color convert

RGB51144187-
CMYK0.730.2300.27
HSL198.97º57.14%46.67%-
HSV(B)198.97º72.73%73.33%-
XYZ20.3124.2450.62-
YUV121.09165.1978-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.35%
GREEN value IS 144 (56.64% from 255) = 37.70%
BLUE value IS 187 (73.44% from 255) = 48.95%
R=13.35%
G=37.70%
B=48.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal511441870.730.2300.27198.9757.1446.67
Hex3390BB491701Bc7392f
Octal63220273111270333077157
Binary110011100100001011101110010011011101101111000111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3390BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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