#3384CE

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

Shades of Curious Blue #3384CE

Tints of Curious Blue #3384CE

Color information

#3384CE (or 0x3384CE) is unknown color: approx Curious Blue. HEX triplet: 33, 84 and CE. RGB value is (51,132,206). Sum of RGB (Red+Green+Blue) = 51+132+206=389 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.11% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #3384CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3384CE is #CC7B31. Grayscale: #737373. Windows color (decimal): -13400882 or 13534259. OLE color: 13534259.

HSL color Cylindrical-coordinate representation of color #3384CE: hue angle of 208.65º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3384CE is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB51132206-
CMYK0.750.3600.19
HSL208.65º61.26%50.39%-
HSV(B)208.65º75.24%80.78%-
XYZ20.7621.6661.48-
YUV116.22178.6681.48-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.11%
GREEN value IS 132 (51.95% from 255) = 33.93%
BLUE value IS 206 (80.86% from 255) = 52.96%
R=13.11%
G=33.93%
B=52.96%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal511322060.750.3600.19208.6561.2650.39
Hex3384CE4B24013d13d32
Octal63204316113440233217562
Binary1100111000010011001110100101110010001001111010001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3384CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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