#3484AB

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

Shades of Curious Blue #3484AB

Tints of Curious Blue #3484AB

Color information

#3484AB (or 0x3484AB) is unknown color: approx Curious Blue. HEX triplet: 34, 84 and AB. RGB value is (52,132,171). Sum of RGB (Red+Green+Blue) = 52+132+171=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #3484AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3484AB is #CB7B54. Grayscale: #707070. Windows color (decimal): -13335381 or 11240500. OLE color: 11240500.

HSL color Cylindrical-coordinate representation of color #3484AB: hue angle of 199.66º degrees, saturation: 0.53, 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 #3484AB is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB52132171-
CMYK0.700.2300.33
HSL199.66º53.36%43.73%-
HSV(B)199.66º69.59%67.06%-
XYZ17.0220.1741.52-
YUV112.5316184.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.65%
GREEN value IS 132 (51.95% from 255) = 37.18%
BLUE value IS 171 (67.19% from 255) = 48.17%
R=14.65%
G=37.18%
B=48.17%

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
Decimal521321710.700.2300.33199.6653.3643.73
Hex3484AB4617021c8352c
Octal64204253106270413106554
Binary1101001000010010101011100011010111010000111001000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3484AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3484AB; }

 p { color: rgb(52,132,171); }

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

<style>
 a { background-color: #3484AB; }

 a { background-color: rgb(52,132,171); }

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

<style>
 span { border-color: #3484AB; }

 span { border-color: rgb(52,132,171); }

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