#347AB0

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

Shades of Curious Blue #347AB0

Tints of Curious Blue #347AB0

Color information

#347AB0 (or 0x347AB0) is unknown color: approx Curious Blue. HEX triplet: 34, 7A and B0. RGB value is (52,122,176). Sum of RGB (Red+Green+Blue) = 52+122+176=350 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.86% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 176 (69.14% from 255 or 50.29% from 350); Max value from RGB is 176 - color contains mainly: blue. Hex color #347AB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347AB0 is #CB854F. Grayscale: #6A6A6A. Windows color (decimal): -13337936 or 11565620. OLE color: 11565620.

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

Color convert

RGB52122176-
CMYK0.700.3100.31
HSL206.13º54.39%44.71%-
HSV(B)206.13º70.45%69.02%-
XYZ16.2117.7843.65-
YUV107.23166.8188.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.86%
GREEN value IS 122 (48.05% from 255) = 34.86%
BLUE value IS 176 (69.14% from 255) = 50.29%
R=14.86%
G=34.86%
B=50.29%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal521221760.700.3100.31206.1354.3944.71
Hex347AB0461F01Fce362d
Octal64172260106370373166655
Binary11010011110101011000010001101111101111111001110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,122,176); }

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

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

 a { background-color: rgb(52,122,176); }

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

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

 span { border-color: rgb(52,122,176); }

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