Html Css Color HEX #349CEA Summer Sky

📋 copy color: '#349CEA'

red 52 ◦ green 156 ◦ blue 234

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

Shades of Summer Sky #349CEA

Tints of Summer Sky #349CEA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.29%

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

R = 11.76%
G = 35.29%
B = 52.94%

CMYK

 C value IS 0.78

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#349CEA (or 0x349CEA) is known color: Summer Sky. HEX triplet: 34, 9C and EA. RGB value is (52,156,234). Sum of RGB (Red+Green+Blue) = 52+156+234=442 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.76% from 442); Green value is 156 (61.33% from 255 or 35.29% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #349CEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #349CEA is #CB6315. Grayscale: #858585. Windows color (decimal): -13329174 or 15375412. OLE color: 15375412.

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

Color convert

RGB 52 156 234 -
CMYK 0.78 0.33 0 0.08
HSL 205.71º 0.81% 0.56% -
HSV(B) 205.71º 0.78% 0.92% -
XYZ 28.16 30.45 82.23 -
YUV 133.8 184.54 69.66 -
System Red Green Blue C M Y K H S L
Decimal 52 156 234 0.78 0.33 0 0.08 205.71 0.81 0.56
Hex 34 9C EA 4E 21 0 8 CE 51 38
Octal 64 234 352 116 41 0 10 316 121 70
Binary 110100 10011100 11101010 1001110 100001 0 1000 11001110 1010001 111000

Color Harmonies of #349CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349CEA

Black with #349CEA

Text Example


Text Example

White with #349CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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