#347CBE

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

Shades of Curious Blue #347CBE

Tints of Curious Blue #347CBE

Color information

#347CBE (or 0x347CBE) is unknown color: approx Curious Blue. HEX triplet: 34, 7C and BE. RGB value is (52,124,190). Sum of RGB (Red+Green+Blue) = 52+124+190=366 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.21% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #347CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347CBE is #CB8341. Grayscale: #6D6D6D. Windows color (decimal): -13337410 or 12483636. OLE color: 12483636.

HSL color Cylindrical-coordinate representation of color #347CBE: hue angle of 208.7º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #347CBE is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB52124190-
CMYK0.730.3500.25
HSL208.7º57.02%47.45%-
HSV(B)208.7º72.63%74.51%-
XYZ17.9218.8651.41-
YUV110173.1586.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.21%
GREEN value IS 124 (48.83% from 255) = 33.88%
BLUE value IS 190 (74.61% from 255) = 51.91%
R=14.21%
G=33.88%
B=51.91%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal521241900.730.3500.25208.757.0247.45
Hex347CBE4923019d1392f
Octal64174276111430313217157
Binary110100111110010111110100100110001101100111010001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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