#348CD1

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

Shades of Curious Blue #348CD1

Tints of Curious Blue #348CD1

Color information

#348CD1 (or 0x348CD1) is unknown color: approx Curious Blue. HEX triplet: 34, 8C and D1. RGB value is (52,140,209). Sum of RGB (Red+Green+Blue) = 52+140+209=401 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.97% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 209 (82.03% from 255 or 52.12% from 401); Max value from RGB is 209 - color contains mainly: blue. Hex color #348CD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348CD1 is #CB732E. Grayscale: #797979. Windows color (decimal): -13333295 or 13732916. OLE color: 13732916.

HSL color Cylindrical-coordinate representation of color #348CD1: hue angle of 206.37º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #348CD1 is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB52140209-
CMYK0.750.3300.18
HSL206.37º63.05%51.18%-
HSV(B)206.37º75.12%81.96%-
XYZ22.324.0963.8-
YUV121.55177.3578.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.97%
GREEN value IS 140 (55.08% from 255) = 34.91%
BLUE value IS 209 (82.03% from 255) = 52.12%
R=12.97%
G=34.91%
B=52.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal521402090.750.3300.18206.3763.0551.18
Hex348CD14B21012ce3f33
Octal64214321113410223167763
Binary1101001000110011010001100101110000101001011001110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,140,209); }

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

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

 a { background-color: rgb(52,140,209); }

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

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

 span { border-color: rgb(52,140,209); }

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