#3481AD

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

Shades of Curious Blue #3481AD

Tints of Curious Blue #3481AD

Color information

#3481AD (or 0x3481AD) is unknown color: approx Curious Blue. HEX triplet: 34, 81 and AD. RGB value is (52,129,173). Sum of RGB (Red+Green+Blue) = 52+129+173=354 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.69% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #3481AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3481AD is #CB7E52. Grayscale: #6E6E6E. Windows color (decimal): -13336147 or 11370804. OLE color: 11370804.

HSL color Cylindrical-coordinate representation of color #3481AD: hue angle of 201.82º 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 #3481AD is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB52129173-
CMYK0.700.2500.32
HSL201.82º53.78%44.12%-
HSV(B)201.82º69.94%67.84%-
XYZ16.8119.4542.4-
YUV110.99162.9985.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.69%
GREEN value IS 129 (50.78% from 255) = 36.44%
BLUE value IS 173 (67.97% from 255) = 48.87%
R=14.69%
G=36.44%
B=48.87%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal521291730.700.2500.32201.8253.7844.12
Hex3481AD4619020ca362c
Octal64201255106310403126654
Binary1101001000000110101101100011011001010000011001010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3481AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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