Html Css Color HEX #349EE3 Summer Sky

📋 copy color: '#349EE3'

red 52 ◦ green 158 ◦ blue 227

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

Shades of Summer Sky #349EE3

Tints of Summer Sky #349EE3

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.16%

 BLUE value IS 227 (89.06% from 255) = 51.95%

R = 11.9%
G = 36.16%
B = 51.95%

CMYK

 C value IS 0.77

 M value IS 0.30

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#349EE3 (or 0x349EE3) is known color: Summer Sky. HEX triplet: 34, 9E and E3. RGB value is (52,158,227). Sum of RGB (Red+Green+Blue) = 52+158+227=437 (57% of max value = 765). Red value is 52 (20.70% from 255 or 11.90% from 437); Green value is 158 (62.11% from 255 or 36.16% from 437); Blue value is 227 (89.06% from 255 or 51.95% from 437); Max value from RGB is 227 - color contains mainly: blue. Hex color #349EE3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349EE3 is #CB611C. Grayscale: #858585. Windows color (decimal): -13328669 or 14917172. OLE color: 14917172.

HSL color Cylindrical-coordinate representation of color #349EE3: hue angle of 203.66º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #349EE3 is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 52 158 227 -
CMYK 0.77 0.30 0 0.11
HSL 203.66º 0.76% 0.55% -
HSV(B) 203.66º 0.77% 0.89% -
XYZ 27.51 30.73 77.15 -
YUV 134.17 180.38 69.39 -
System Red Green Blue C M Y K H S L
Decimal 52 158 227 0.77 0.30 0 0.11 203.66 0.76 0.55
Hex 34 9E E3 4D 1E 0 B CC 4C 37
Octal 64 236 343 115 36 0 13 314 114 67
Binary 110100 10011110 11100011 1001101 11110 0 1011 11001100 1001100 110111

Color Harmonies of #349EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349EE3

Black with #349EE3

Text Example


Text Example

White with #349EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,158,227); }

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

background-color css

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

 a { background-color: rgb(52,158,227); }

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

border-color css

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

 span { border-color: rgb(52,158,227); }

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