Html Css Color HEX #349BEB Summer Sky

📋 copy color: '#349BEB'

red 52 ◦ green 155 ◦ blue 235

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

Shades of Summer Sky #349BEB

Tints of Summer Sky #349BEB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.07%

 BLUE value IS 235 (92.19% from 255) = 53.17%

R = 11.76%
G = 35.07%
B = 53.17%

CMYK

 C value IS 0.78

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#349BEB (or 0x349BEB) is known color: Summer Sky. HEX triplet: 34, 9B and EB. RGB value is (52,155,235). Sum of RGB (Red+Green+Blue) = 52+155+235=442 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.76% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 235 (92.19% from 255 or 53.17% from 442); Max value from RGB is 235 - color contains mainly: blue. Hex color #349BEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #349BEB is #CB6414. Grayscale: #848484. Windows color (decimal): -13329429 or 15440692. OLE color: 15440692.

HSL color Cylindrical-coordinate representation of color #349BEB: hue angle of 206.23º 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 #349BEB is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 52 155 235 -
CMYK 0.78 0.34 0 0.08
HSL 206.23º 0.82% 0.56% -
HSV(B) 206.23º 0.78% 0.92% -
XYZ 28.13 30.17 82.94 -
YUV 133.32 185.38 70 -
System Red Green Blue C M Y K H S L
Decimal 52 155 235 0.78 0.34 0 0.08 206.23 0.82 0.56
Hex 34 9B EB 4E 22 0 8 CE 52 38
Octal 64 233 353 116 42 0 10 316 122 70
Binary 110100 10011011 11101011 1001110 100010 0 1000 11001110 1010010 111000

Color Harmonies of #349BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349BEB

Black with #349BEB

Text Example


Text Example

White with #349BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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