Html Css Color HEX #348EDE Summer Sky

📋 copy color: '#348EDE'

red 52 ◦ green 142 ◦ blue 222

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

Shades of Summer Sky #348EDE

Tints of Summer Sky #348EDE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.13%

 BLUE value IS 222 (87.11% from 255) = 53.37%

R = 12.5%
G = 34.13%
B = 53.37%

CMYK

 C value IS 0.77

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#348EDE (or 0x348EDE) is known color: Summer Sky. HEX triplet: 34, 8E and DE. RGB value is (52,142,222). Sum of RGB (Red+Green+Blue) = 52+142+222=416 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.5% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 222 (87.11% from 255 or 53.37% from 416); Max value from RGB is 222 - color contains mainly: blue. Hex color #348EDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348EDE is #CB7121. Grayscale: #7B7B7B. Windows color (decimal): -13332770 or 14585396. OLE color: 14585396.

HSL color Cylindrical-coordinate representation of color #348EDE: hue angle of 208.24º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #348EDE is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 142 222 -
CMYK 0.77 0.36 0 0.13
HSL 208.24º 0.72% 0.54% -
HSV(B) 208.24º 0.77% 0.87% -
XYZ 24.27 25.35 72.72 -
YUV 124.21 183.18 76.5 -
System Red Green Blue C M Y K H S L
Decimal 52 142 222 0.77 0.36 0 0.13 208.24 0.72 0.54
Hex 34 8E DE 4D 24 0 D D0 48 36
Octal 64 216 336 115 44 0 15 320 110 66
Binary 110100 10001110 11011110 1001101 100100 0 1101 11010000 1001000 110110

Color Harmonies of #348EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348EDE

Black with #348EDE

Text Example


Text Example

White with #348EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348EDE; }

 p { color: rgb(52,142,222); }

 H1.HeaderClassName
 {
   color: #348EDE;
 }
 .AnyTagClassName
 {
   color: #348EDE;
 }
</style>

background-color css

<style>
 a { background-color: #348EDE; }

 a { background-color: rgb(52,142,222); }

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

border-color css

<style>
 span { border-color: #348EDE; }

 span { border-color: rgb(52,142,222); }

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