#347CAF

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

Shades of Curious Blue #347CAF

Tints of Curious Blue #347CAF

Color information

#347CAF (or 0x347CAF) is unknown color: approx Curious Blue. HEX triplet: 34, 7C and AF. RGB value is (52,124,175). Sum of RGB (Red+Green+Blue) = 52+124+175=351 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.81% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #347CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347CAF is #CB8350. Grayscale: #6C6C6C. Windows color (decimal): -13337425 or 11500596. OLE color: 11500596.

HSL color Cylindrical-coordinate representation of color #347CAF: hue angle of 204.88º 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 #347CAF is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB52124175-
CMYK0.700.2900.31
HSL204.88º54.19%44.51%-
HSV(B)204.88º70.29%68.63%-
XYZ16.3618.2443.22-
YUV108.29165.6587.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.81%
GREEN value IS 124 (48.83% from 255) = 35.33%
BLUE value IS 175 (68.75% from 255) = 49.86%
R=14.81%
G=35.33%
B=49.86%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal521241750.700.2900.31204.8854.1944.51
Hex347CAF461D01Fcd362d
Octal64174257106350373156655
Binary11010011111001010111110001101110101111111001101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347CAF; }

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

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

<style>
 a { background-color: #347CAF; }

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

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

<style>
 span { border-color: #347CAF; }

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

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