#3384BE

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

Shades of Curious Blue #3384BE

Tints of Curious Blue #3384BE

Color information

#3384BE (or 0x3384BE) is unknown color: approx Curious Blue. HEX triplet: 33, 84 and BE. RGB value is (51,132,190). Sum of RGB (Red+Green+Blue) = 51+132+190=373 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.67% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #3384BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3384BE is #CC7B41. Grayscale: #727272. Windows color (decimal): -13400898 or 12485683. OLE color: 12485683.

HSL color Cylindrical-coordinate representation of color #3384BE: hue angle of 205.04º 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 #3384BE is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB51132190-
CMYK0.730.3100.25
HSL205.04º57.68%47.25%-
HSV(B)205.04º73.16%74.51%-
XYZ18.9120.9251.76-
YUV114.39170.6682.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.67%
GREEN value IS 132 (51.95% from 255) = 35.39%
BLUE value IS 190 (74.61% from 255) = 50.94%
R=13.67%
G=35.39%
B=50.94%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal511321900.730.3100.25205.0457.6847.25
Hex3384BE491F019cd3a2f
Octal63204276111370313157257
Binary110011100001001011111010010011111101100111001101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3384BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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