Html Css Color HEX #348EDD Summer Sky

📋 copy color: '#348EDD'

red 52 ◦ green 142 ◦ blue 221

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

Shades of Summer Sky #348EDD

Tints of Summer Sky #348EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.25%

R = 12.53%
G = 34.22%
B = 53.25%

CMYK

 C value IS 0.76

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#348EDD (or 0x348EDD) is known color: Summer Sky. HEX triplet: 34, 8E and DD. RGB value is (52,142,221). Sum of RGB (Red+Green+Blue) = 52+142+221=415 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.53% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #348EDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348EDD is #CB7122. Grayscale: #7B7B7B. Windows color (decimal): -13332771 or 14519860. OLE color: 14519860.

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

Color convert

RGB 52 142 221 -
CMYK 0.76 0.36 0 0.13
HSL 208.05º 0.71% 0.54% -
HSV(B) 208.05º 0.76% 0.87% -
XYZ 24.14 25.3 72.02 -
YUV 124.1 182.68 76.58 -
System Red Green Blue C M Y K H S L
Decimal 52 142 221 0.76 0.36 0 0.13 208.05 0.71 0.54
Hex 34 8E DD 4C 24 0 D D0 47 36
Octal 64 216 335 114 44 0 15 320 107 66
Binary 110100 10001110 11011101 1001100 100100 0 1101 11010000 1000111 110110

Color Harmonies of #348EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348EDD

Black with #348EDD

Text Example


Text Example

White with #348EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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