#34A3F4

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

Shades of Summer Sky #34A3F4

Tints of Summer Sky #34A3F4

Color information

#34A3F4 (or 0x34A3F4) is unknown color: approx Summer Sky. HEX triplet: 34, A3 and F4. RGB value is (52,163,244). Sum of RGB (Red+Green+Blue) = 52+163+244=459 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.33% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 244 (95.70% from 255 or 53.16% from 459); Max value from RGB is 244 - color contains mainly: blue. Hex color #34A3F4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #34A3F4 is #CB5C0B. Grayscale: #8A8A8A. Windows color (decimal): -13327372 or 16032564. OLE color: 16032564.

HSL color Cylindrical-coordinate representation of color #34A3F4: hue angle of 205.31º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34A3F4 is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB52163244-
CMYK0.790.3300.04
HSL205.31º89.72%58.04%-
HSV(B)205.31º78.69%95.69%-
XYZ30.8433.4690.42-
YUV139.05187.2365.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.33%
GREEN value IS 163 (64.06% from 255) = 35.51%
BLUE value IS 244 (95.70% from 255) = 53.16%
R=11.33%
G=35.51%
B=53.16%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal521632440.790.3300.04205.3189.7258.04
Hex34A3F44F2104cd5a3a
Octal64243364117410431513272
Binary110100101000111111010010011111000010100110011011011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A3F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34A3F4; }

 p { color: rgb(52,163,244); }

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

<style>
 a { background-color: #34A3F4; }

 a { background-color: rgb(52,163,244); }

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

<style>
 span { border-color: #34A3F4; }

 span { border-color: rgb(52,163,244); }

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