#347BB0

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

Shades of Curious Blue #347BB0

Tints of Curious Blue #347BB0

Color information

#347BB0 (or 0x347BB0) is unknown color: approx Curious Blue. HEX triplet: 34, 7B and B0. RGB value is (52,123,176). Sum of RGB (Red+Green+Blue) = 52+123+176=351 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.81% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 176 (69.14% from 255 or 50.14% from 351); Max value from RGB is 176 - color contains mainly: blue. Hex color #347BB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347BB0 is #CB844F. Grayscale: #6B6B6B. Windows color (decimal): -13337680 or 11565876. OLE color: 11565876.

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

Color convert

RGB52123176-
CMYK0.700.3000.31
HSL205.65º54.39%44.71%-
HSV(B)205.65º70.45%69.02%-
XYZ16.3418.0343.69-
YUV107.81166.4888.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.81%
GREEN value IS 123 (48.44% from 255) = 35.04%
BLUE value IS 176 (69.14% from 255) = 50.14%
R=14.81%
G=35.04%
B=50.14%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal521231760.700.3000.31205.6554.3944.71
Hex347BB0461E01Fce362d
Octal64173260106360373166655
Binary11010011110111011000010001101111001111111001110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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