Html Css Color HEX #349DD6 Summer Sky

📋 copy color: '#349DD6'

red 52 ◦ green 157 ◦ blue 214

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

Shades of Summer Sky #349DD6

Tints of Summer Sky #349DD6

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.12%

 BLUE value IS 214 (83.98% from 255) = 50.59%

R = 12.29%
G = 37.12%
B = 50.59%

CMYK

 C value IS 0.76

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#349DD6 (or 0x349DD6) is known color: Summer Sky. HEX triplet: 34, 9D and D6. RGB value is (52,157,214). Sum of RGB (Red+Green+Blue) = 52+157+214=423 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.29% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 214 (83.98% from 255 or 50.59% from 423); Max value from RGB is 214 - color contains mainly: blue. Hex color #349DD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349DD6 is #CB6229. Grayscale: #838383. Windows color (decimal): -13328938 or 14064948. OLE color: 14064948.

HSL color Cylindrical-coordinate representation of color #349DD6: hue angle of 201.11º 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 #349DD6 is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 52 157 214 -
CMYK 0.76 0.27 0 0.16
HSL 201.11º 0.66% 0.52% -
HSV(B) 201.11º 0.76% 0.84% -
XYZ 25.61 29.7 68 -
YUV 132.1 174.21 70.87 -
System Red Green Blue C M Y K H S L
Decimal 52 157 214 0.76 0.27 0 0.16 201.11 0.66 0.52
Hex 34 9D D6 4C 1B 0 10 C9 42 34
Octal 64 235 326 114 33 0 20 311 102 64
Binary 110100 10011101 11010110 1001100 11011 0 10000 11001001 1000010 110100

Color Harmonies of #349DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349DD6

Black with #349DD6

Text Example


Text Example

White with #349DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,157,214); }

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

background-color css

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

 a { background-color: rgb(52,157,214); }

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

border-color css

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

 span { border-color: rgb(52,157,214); }

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