#3481AE

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

Shades of Curious Blue #3481AE

Tints of Curious Blue #3481AE

Color information

#3481AE (or 0x3481AE) is unknown color: approx Curious Blue. HEX triplet: 34, 81 and AE. RGB value is (52,129,174). Sum of RGB (Red+Green+Blue) = 52+129+174=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #3481AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3481AE is #CB7E51. Grayscale: #6E6E6E. Windows color (decimal): -13336146 or 11436340. OLE color: 11436340.

HSL color Cylindrical-coordinate representation of color #3481AE: hue angle of 202.13º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3481AE is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB52129174-
CMYK0.700.2600.32
HSL202.13º53.98%44.31%-
HSV(B)202.13º70.11%68.24%-
XYZ16.9119.4942.91-
YUV111.11163.4985.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.65%
GREEN value IS 129 (50.78% from 255) = 36.34%
BLUE value IS 174 (68.36% from 255) = 49.01%
R=14.65%
G=36.34%
B=49.01%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal521291740.700.2600.32202.1353.9844.31
Hex3481AE461A020ca362c
Octal64201256106320403126654
Binary1101001000000110101110100011011010010000011001010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3481AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,129,174); }

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

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

 a { background-color: rgb(52,129,174); }

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

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

 span { border-color: rgb(52,129,174); }

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