#348ACD

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

Shades of Curious Blue #348ACD

Tints of Curious Blue #348ACD

Color information

#348ACD (or 0x348ACD) is unknown color: approx Curious Blue. HEX triplet: 34, 8A and CD. RGB value is (52,138,205). Sum of RGB (Red+Green+Blue) = 52+138+205=395 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.16% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #348ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348ACD is #CB7532. Grayscale: #777777. Windows color (decimal): -13333811 or 13470260. OLE color: 13470260.

HSL color Cylindrical-coordinate representation of color #348ACD: hue angle of 206.27º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #348ACD is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB52138205-
CMYK0.750.3300.20
HSL206.27º60.47%50.39%-
HSV(B)206.27º74.63%80.39%-
XYZ21.5223.3161.12-
YUV119.92176.0179.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.16%
GREEN value IS 138 (54.30% from 255) = 34.94%
BLUE value IS 205 (80.47% from 255) = 51.90%
R=13.16%
G=34.94%
B=51.90%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal521382050.750.3300.20206.2760.4750.39
Hex348ACD4B21014ce3c32
Octal64212315113410243167462
Binary1101001000101011001101100101110000101010011001110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,138,205); }

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

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

 a { background-color: rgb(52,138,205); }

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

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

 span { border-color: rgb(52,138,205); }

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