#348EC5

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

Shades of Curious Blue #348EC5

Tints of Curious Blue #348EC5

Color information

#348EC5 (or 0x348EC5) is unknown color: approx Curious Blue. HEX triplet: 34, 8E and C5. RGB value is (52,142,197). Sum of RGB (Red+Green+Blue) = 52+142+197=391 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.30% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 197 (77.34% from 255 or 50.38% from 391); Max value from RGB is 197 - color contains mainly: blue. Hex color #348EC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348EC5 is #CB713A. Grayscale: #797979. Windows color (decimal): -13332795 or 12946996. OLE color: 12946996.

HSL color Cylindrical-coordinate representation of color #348EC5: hue angle of 202.76º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #348EC5 is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB52142197-
CMYK0.740.2800.23
HSL202.76º58.23%48.82%-
HSV(B)202.76º73.6%77.25%-
XYZ21.1724.1156.36-
YUV121.36170.6878.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.30%
GREEN value IS 142 (55.86% from 255) = 36.32%
BLUE value IS 197 (77.34% from 255) = 50.38%
R=13.30%
G=36.32%
B=50.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal521421970.740.2800.23202.7658.2348.82
Hex348EC54A1C017cb3a31
Octal64216305112340273137261
Binary110100100011101100010110010101110001011111001011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348EC5; }

 p { color: rgb(52,142,197); }

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

<style>
 a { background-color: #348EC5; }

 a { background-color: rgb(52,142,197); }

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

<style>
 span { border-color: #348EC5; }

 span { border-color: rgb(52,142,197); }

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