#3481AF

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

Shades of Curious Blue #3481AF

Tints of Curious Blue #3481AF

Color information

#3481AF (or 0x3481AF) is unknown color: approx Curious Blue. HEX triplet: 34, 81 and AF. RGB value is (52,129,175). Sum of RGB (Red+Green+Blue) = 52+129+175=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #3481AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3481AF is #CB7E50. Grayscale: #6E6E6E. Windows color (decimal): -13336145 or 11501876. OLE color: 11501876.

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

Color convert

RGB52129175-
CMYK0.700.2600.31
HSL202.44º54.19%44.51%-
HSV(B)202.44º70.29%68.63%-
XYZ1719.5343.43-
YUV111.22163.9985.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.61%
GREEN value IS 129 (50.78% from 255) = 36.24%
BLUE value IS 175 (68.75% from 255) = 49.16%
R=14.61%
G=36.24%
B=49.16%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal521291750.700.2600.31202.4454.1944.51
Hex3481AF461A01Fca362d
Octal64201257106320373126655
Binary110100100000011010111110001101101001111111001010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3481AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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