#348FCA

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

Shades of Curious Blue #348FCA

Tints of Curious Blue #348FCA

Color information

#348FCA (or 0x348FCA) is unknown color: approx Curious Blue. HEX triplet: 34, 8F and CA. RGB value is (52,143,202). Sum of RGB (Red+Green+Blue) = 52+143+202=397 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.10% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #348FCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348FCA is #CB7035. Grayscale: #7A7A7A. Windows color (decimal): -13332534 or 13274932. OLE color: 13274932.

HSL color Cylindrical-coordinate representation of color #348FCA: hue angle of 203.6º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #348FCA is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB52143202-
CMYK0.740.2900.21
HSL203.6º59.06%49.8%-
HSV(B)203.6º74.26%79.22%-
XYZ21.924.6459.48-
YUV122.52172.8577.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.10%
GREEN value IS 143 (56.25% from 255) = 36.02%
BLUE value IS 202 (79.30% from 255) = 50.88%
R=13.10%
G=36.02%
B=50.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal521432020.740.2900.21203.659.0649.8
Hex348FCA4A1D015cc3b32
Octal64217312112350253147362
Binary110100100011111100101010010101110101010111001100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,143,202); }

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

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

 a { background-color: rgb(52,143,202); }

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

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

 span { border-color: rgb(52,143,202); }

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