#3384BA

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

Shades of Curious Blue #3384BA

Tints of Curious Blue #3384BA

Color information

#3384BA (or 0x3384BA) is unknown color: approx Curious Blue. HEX triplet: 33, 84 and BA. RGB value is (51,132,186). Sum of RGB (Red+Green+Blue) = 51+132+186=369 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.82% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #3384BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3384BA is #CC7B45. Grayscale: #717171. Windows color (decimal): -13400902 or 12223539. OLE color: 12223539.

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

Color convert

RGB51132186-
CMYK0.730.2900.27
HSL204º56.96%46.47%-
HSV(B)204º72.58%72.94%-
XYZ18.4820.7549.49-
YUV113.94168.6683.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.82%
GREEN value IS 132 (51.95% from 255) = 35.77%
BLUE value IS 186 (73.05% from 255) = 50.41%
R=13.82%
G=35.77%
B=50.41%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal511321860.730.2900.2720456.9646.47
Hex3384BA491D01Bcc392e
Octal63204272111350333147156
Binary110011100001001011101010010011110101101111001100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3384BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3384BA; }

 p { color: rgb(51,132,186); }

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

<style>
 a { background-color: #3384BA; }

 a { background-color: rgb(51,132,186); }

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

<style>
 span { border-color: #3384BA; }

 span { border-color: rgb(51,132,186); }

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