#348ACC

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

Shades of Curious Blue #348ACC

Tints of Curious Blue #348ACC

Color information

#348ACC (or 0x348ACC) is unknown color: approx Curious Blue. HEX triplet: 34, 8A and CC. RGB value is (52,138,204). Sum of RGB (Red+Green+Blue) = 52+138+204=394 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.20% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #348ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348ACC is #CB7533. Grayscale: #777777. Windows color (decimal): -13333812 or 13404724. OLE color: 13404724.

HSL color Cylindrical-coordinate representation of color #348ACC: hue angle of 206.05º 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 #348ACC is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB52138204-
CMYK0.750.3200.2
HSL206.05º59.84%50.2%-
HSV(B)206.05º74.51%80%-
XYZ21.423.2760.49-
YUV119.81175.5179.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.20%
GREEN value IS 138 (54.30% from 255) = 35.03%
BLUE value IS 204 (80.08% from 255) = 51.78%
R=13.20%
G=35.03%
B=51.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal521382040.750.3200.2206.0559.8450.2
Hex348ACC4B20014ce3c32
Octal64212314113400243167462
Binary1101001000101011001100100101110000001010011001110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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