Html Css Color HEX #349AD5 Summer Sky

📋 copy color: '#349AD5'

red 52 ◦ green 154 ◦ blue 213

#349AD5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #349AD5

Tints of Summer Sky #349AD5

RGB

 RED value IS 52 (20.7% from 255) = 12.41%

 GREEN value IS 154 (60.55% from 255) = 36.75%

 BLUE value IS 213 (83.59% from 255) = 50.84%

R = 12.41%
G = 36.75%
B = 50.84%

CMYK

 C value IS 0.76

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#349AD5 (or 0x349AD5) is known color: Summer Sky. HEX triplet: 34, 9A and D5. RGB value is (52,154,213). Sum of RGB (Red+Green+Blue) = 52+154+213=419 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.41% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 213 (83.59% from 255 or 50.84% from 419); Max value from RGB is 213 - color contains mainly: blue. Hex color #349AD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349AD5 is #CB652A. Grayscale: #818181. Windows color (decimal): -13329707 or 13998644. OLE color: 13998644.

HSL color Cylindrical-coordinate representation of color #349AD5: hue angle of 201.99º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #349AD5 is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 52 154 213 -
CMYK 0.76 0.28 0 0.16
HSL 201.99º 0.66% 0.52% -
HSV(B) 201.99º 0.76% 0.84% -
XYZ 24.98 28.65 67.16 -
YUV 130.23 174.71 72.2 -
System Red Green Blue C M Y K H S L
Decimal 52 154 213 0.76 0.28 0 0.16 201.99 0.66 0.52
Hex 34 9A D5 4C 1C 0 10 CA 42 34
Octal 64 232 325 114 34 0 20 312 102 64
Binary 110100 10011010 11010101 1001100 11100 0 10000 11001010 1000010 110100

Color Harmonies of #349AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349AD5

Black with #349AD5

Text Example


Text Example

White with #349AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #349AD5;
 }
 .AnyTagClassName
 {
   color: #349AD5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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