#3481AA

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

Shades of Curious Blue #3481AA

Tints of Curious Blue #3481AA

Color information

#3481AA (or 0x3481AA) is unknown color: approx Curious Blue. HEX triplet: 34, 81 and AA. RGB value is (52,129,170). Sum of RGB (Red+Green+Blue) = 52+129+170=351 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.81% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #3481AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3481AA is #CB7E55. Grayscale: #6E6E6E. Windows color (decimal): -13336150 or 11174196. OLE color: 11174196.

HSL color Cylindrical-coordinate representation of color #3481AA: hue angle of 200.85º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3481AA is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB52129170-
CMYK0.690.2400.33
HSL200.85º53.15%43.53%-
HSV(B)200.85º69.41%66.67%-
XYZ16.5219.3340.89-
YUV110.65161.4986.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.81%
GREEN value IS 129 (50.78% from 255) = 36.75%
BLUE value IS 170 (66.80% from 255) = 48.43%
R=14.81%
G=36.75%
B=48.43%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521291700.690.2400.33200.8553.1543.53
Hex3481AA4518021c9352c
Octal64201252105300413116554
Binary1101001000000110101010100010111000010000111001001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3481AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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