Html Css Color HEX #348DDD Summer Sky

📋 copy color: '#348DDD'

red 52 ◦ green 141 ◦ blue 221

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

Shades of Summer Sky #348DDD

Tints of Summer Sky #348DDD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.06%

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

R = 12.56%
G = 34.06%
B = 53.38%

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

#348DDD (or 0x348DDD) is known color: Summer Sky. HEX triplet: 34, 8D and DD. RGB value is (52,141,221). Sum of RGB (Red+Green+Blue) = 52+141+221=414 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.56% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #348DDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348DDD is #CB7222. Grayscale: #7B7B7B. Windows color (decimal): -13333027 or 14519604. OLE color: 14519604.

HSL color Cylindrical-coordinate representation of color #348DDD: hue angle of 208.4º 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 #348DDD is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 141 221 -
CMYK 0.76 0.36 0 0.13
HSL 208.4º 0.71% 0.54% -
HSV(B) 208.4º 0.76% 0.87% -
XYZ 23.99 25 71.97 -
YUV 123.51 183.01 77 -
System Red Green Blue C M Y K H S L
Decimal 52 141 221 0.76 0.36 0 0.13 208.4 0.71 0.54
Hex 34 8D DD 4C 24 0 D D0 47 36
Octal 64 215 335 114 44 0 15 320 107 66
Binary 110100 10001101 11011101 1001100 100100 0 1101 11010000 1000111 110110

Color Harmonies of #348DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348DDD

Black with #348DDD

Text Example


Text Example

White with #348DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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