#347CB3

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

Shades of Curious Blue #347CB3

Tints of Curious Blue #347CB3

Color information

#347CB3 (or 0x347CB3) is unknown color: approx Curious Blue. HEX triplet: 34, 7C and B3. RGB value is (52,124,179). Sum of RGB (Red+Green+Blue) = 52+124+179=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 179 (70.31% from 255 or 50.42% from 355); Max value from RGB is 179 - color contains mainly: blue. Hex color #347CB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347CB3 is #CB834C. Grayscale: #6C6C6C. Windows color (decimal): -13337421 or 11762740. OLE color: 11762740.

HSL color Cylindrical-coordinate representation of color #347CB3: hue angle of 205.98º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #347CB3 is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB52124179-
CMYK0.710.3100.30
HSL205.98º54.98%45.29%-
HSV(B)205.98º70.95%70.2%-
XYZ16.7618.445.32-
YUV108.74167.6587.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.65%
GREEN value IS 124 (48.83% from 255) = 34.93%
BLUE value IS 179 (70.31% from 255) = 50.42%
R=14.65%
G=34.93%
B=50.42%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal521241790.710.3100.30205.9854.9845.29
Hex347CB3471F01Ece372d
Octal64174263107370363166755
Binary11010011111001011001110001111111101111011001110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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