Html Css Color HEX #349FEA Summer Sky

📋 copy color: '#349FEA'

red 52 ◦ green 159 ◦ blue 234

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

Shades of Summer Sky #349FEA

Tints of Summer Sky #349FEA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.73%

 BLUE value IS 234 (91.8% from 255) = 52.58%

R = 11.69%
G = 35.73%
B = 52.58%

CMYK

 C value IS 0.78

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#349FEA (or 0x349FEA) is known color: Summer Sky. HEX triplet: 34, 9F and EA. RGB value is (52,159,234). Sum of RGB (Red+Green+Blue) = 52+159+234=445 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.69% from 445); Green value is 159 (62.5% from 255 or 35.73% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #349FEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #349FEA is #CB6015. Grayscale: #878787. Windows color (decimal): -13328406 or 15376180. OLE color: 15376180.

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

Color convert

RGB 52 159 234 -
CMYK 0.78 0.32 0 0.08
HSL 204.73º 0.81% 0.56% -
HSV(B) 204.73º 0.78% 0.92% -
XYZ 28.67 31.47 82.4 -
YUV 135.56 183.55 68.4 -
System Red Green Blue C M Y K H S L
Decimal 52 159 234 0.78 0.32 0 0.08 204.73 0.81 0.56
Hex 34 9F EA 4E 20 0 8 CD 51 38
Octal 64 237 352 116 40 0 10 315 121 70
Binary 110100 10011111 11101010 1001110 100000 0 1000 11001101 1010001 111000

Color Harmonies of #349FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349FEA

Black with #349FEA

Text Example


Text Example

White with #349FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,159,234); }

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

background-color css

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

 a { background-color: rgb(52,159,234); }

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

border-color css

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

 span { border-color: rgb(52,159,234); }

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