#3384AE

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

Shades of Curious Blue #3384AE

Tints of Curious Blue #3384AE

Color information

#3384AE (or 0x3384AE) is unknown color: approx Curious Blue. HEX triplet: 33, 84 and AE. RGB value is (51,132,174). Sum of RGB (Red+Green+Blue) = 51+132+174=357 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.29% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #3384AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3384AE is #CC7B51. Grayscale: #707070. Windows color (decimal): -13400914 or 11437107. OLE color: 11437107.

HSL color Cylindrical-coordinate representation of color #3384AE: hue angle of 200.49º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3384AE is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB51132174-
CMYK0.710.2400.32
HSL200.49º54.67%44.12%-
HSV(B)200.49º70.69%68.24%-
XYZ17.2620.2643.05-
YUV112.57162.6684.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.29%
GREEN value IS 132 (51.95% from 255) = 36.97%
BLUE value IS 174 (68.36% from 255) = 48.74%
R=14.29%
G=36.97%
B=48.74%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal511321740.710.2400.32200.4954.6744.12
Hex3384AE4718020c8372c
Octal63204256107300403106754
Binary1100111000010010101110100011111000010000011001000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3384AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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