Html Css Color HEX #348FDB Summer Sky

📋 copy color: '#348FDB'

red 52 ◦ green 143 ◦ blue 219

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

Shades of Summer Sky #348FDB

Tints of Summer Sky #348FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.54%

 BLUE value IS 219 (85.94% from 255) = 52.9%

R = 12.56%
G = 34.54%
B = 52.9%

CMYK

 C value IS 0.76

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#348FDB (or 0x348FDB) is known color: Summer Sky. HEX triplet: 34, 8F and DB. RGB value is (52,143,219). Sum of RGB (Red+Green+Blue) = 52+143+219=414 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.56% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #348FDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348FDB is #CB7024. Grayscale: #7C7C7C. Windows color (decimal): -13332517 or 14389044. OLE color: 14389044.

HSL color Cylindrical-coordinate representation of color #348FDB: hue angle of 207.31º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #348FDB is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 52 143 219 -
CMYK 0.76 0.35 0 0.14
HSL 207.31º 0.7% 0.53% -
HSV(B) 207.31º 0.76% 0.86% -
XYZ 24.02 25.49 70.67 -
YUV 124.46 181.35 76.32 -
System Red Green Blue C M Y K H S L
Decimal 52 143 219 0.76 0.35 0 0.14 207.31 0.7 0.53
Hex 34 8F DB 4C 23 0 E CF 46 35
Octal 64 217 333 114 43 0 16 317 106 65
Binary 110100 10001111 11011011 1001100 100011 0 1110 11001111 1000110 110101

Color Harmonies of #348FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348FDB

Black with #348FDB

Text Example


Text Example

White with #348FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,143,219); }

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

background-color css

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

 a { background-color: rgb(52,143,219); }

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

border-color css

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

 span { border-color: rgb(52,143,219); }

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