#347DAC

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

Shades of Curious Blue #347DAC

Tints of Curious Blue #347DAC

Color information

#347DAC (or 0x347DAC) is unknown color: approx Curious Blue. HEX triplet: 34, 7D and AC. RGB value is (52,125,172). Sum of RGB (Red+Green+Blue) = 52+125+172=349 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.90% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #347DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347DAC is #CB8253. Grayscale: #6C6C6C. Windows color (decimal): -13337172 or 11304244. OLE color: 11304244.

HSL color Cylindrical-coordinate representation of color #347DAC: hue angle of 203.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #347DAC is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB52125172-
CMYK0.700.2700.33
HSL203.5º53.57%43.92%-
HSV(B)203.5º69.77%67.45%-
XYZ16.218.3841.72-
YUV108.53163.8287.68-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.90%
GREEN value IS 125 (49.22% from 255) = 35.82%
BLUE value IS 172 (67.58% from 255) = 49.28%
R=14.90%
G=35.82%
B=49.28%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521251720.700.2700.33203.553.5743.92
Hex347DAC461B021cc362c
Octal64175254106330413146654
Binary110100111110110101100100011011011010000111001100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,125,172); }

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

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

 a { background-color: rgb(52,125,172); }

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

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

 span { border-color: rgb(52,125,172); }

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