#349AD4

Color #349AD4 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #349AD4

Tints of Summer Sky #349AD4

Color information

#349AD4 (or 0x349AD4) is unknown color: approx Summer Sky. HEX triplet: 34, 9A and D4. RGB value is (52,154,212). Sum of RGB (Red+Green+Blue) = 52+154+212=418 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.44% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 212 (83.20% from 255 or 50.72% from 418); Max value from RGB is 212 - color contains mainly: blue. Hex color #349AD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349AD4 is #CB652B. Grayscale: #818181. Windows color (decimal): -13329708 or 13933108. OLE color: 13933108.

HSL color Cylindrical-coordinate representation of color #349AD4: hue angle of 201.75º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #349AD4 is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB52154212-
CMYK0.750.2700.17
HSL201.75º65.04%51.76%-
HSV(B)201.75º75.47%83.14%-
XYZ24.8628.5966.5-
YUV130.11174.2172.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.44%
GREEN value IS 154 (60.55% from 255) = 36.84%
BLUE value IS 212 (83.20% from 255) = 50.72%
R=12.44%
G=36.84%
B=50.72%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal521542120.750.2700.17201.7565.0451.76
Hex349AD44B1B011ca4134
Octal642323241133302131210164
Binary1101001001101011010100100101111011010001110010101000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349AD4; }

 p { color: rgb(52,154,212); }

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

<style>
 a { background-color: #349AD4; }

 a { background-color: rgb(52,154,212); }

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

<style>
 span { border-color: #349AD4; }

 span { border-color: rgb(52,154,212); }

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