#34A3EB

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

Shades of Summer Sky #34A3EB

Tints of Summer Sky #34A3EB

Color information

#34A3EB (or 0x34A3EB) is unknown color: approx Summer Sky. HEX triplet: 34, A3 and EB. RGB value is (52,163,235). Sum of RGB (Red+Green+Blue) = 52+163+235=450 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.56% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #34A3EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #34A3EB is #CB5C14. Grayscale: #898989. Windows color (decimal): -13327381 or 15442740. OLE color: 15442740.

HSL color Cylindrical-coordinate representation of color #34A3EB: hue angle of 203.61º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34A3EB is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB52163235-
CMYK0.780.3100.08
HSL203.61º82.06%56.27%-
HSV(B)203.61º77.87%92.16%-
XYZ29.5132.9283.4-
YUV138.02182.7366.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.56%
GREEN value IS 163 (64.06% from 255) = 36.22%
BLUE value IS 235 (92.19% from 255) = 52.22%
R=11.56%
G=36.22%
B=52.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal521632350.780.3100.08203.6182.0656.27
Hex34A3EB4E1F08cc5238
Octal642433531163701031412270
Binary110100101000111110101110011101111101000110011001010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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