#3384AC

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

Shades of Curious Blue #3384AC

Tints of Curious Blue #3384AC

Color information

#3384AC (or 0x3384AC) is unknown color: approx Curious Blue. HEX triplet: 33, 84 and AC. RGB value is (51,132,172). Sum of RGB (Red+Green+Blue) = 51+132+172=355 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.37% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #3384AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3384AC is #CC7B53. Grayscale: #707070. Windows color (decimal): -13400916 or 11306035. OLE color: 11306035.

HSL color Cylindrical-coordinate representation of color #3384AC: hue angle of 199.83º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3384AC is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB51132172-
CMYK0.700.2300.33
HSL199.83º54.26%43.73%-
HSV(B)199.83º70.35%67.45%-
XYZ17.0620.1842.03-
YUV112.34161.6684.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.37%
GREEN value IS 132 (51.95% from 255) = 37.18%
BLUE value IS 172 (67.58% from 255) = 48.45%
R=14.37%
G=37.18%
B=48.45%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal511321720.700.2300.33199.8354.2643.73
Hex3384AC4617021c8362c
Octal63204254106270413106654
Binary1100111000010010101100100011010111010000111001000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3384AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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