Html Css Color HEX #348FDD Summer Sky

📋 copy color: '#348FDD'

red 52 ◦ green 143 ◦ blue 221

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

Shades of Summer Sky #348FDD

Tints of Summer Sky #348FDD

RGB

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

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

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

R = 12.5%
G = 34.38%
B = 53.13%

CMYK

 C value IS 0.76

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#348FDD (or 0x348FDD) is known color: Summer Sky. HEX triplet: 34, 8F and DD. RGB value is (52,143,221). Sum of RGB (Red+Green+Blue) = 52+143+221=416 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.5% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #348FDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348FDD is #CB7022. Grayscale: #7C7C7C. Windows color (decimal): -13332515 or 14520116. OLE color: 14520116.

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

Color convert

RGB 52 143 221 -
CMYK 0.76 0.35 0 0.13
HSL 207.69º 0.71% 0.54% -
HSV(B) 207.69º 0.76% 0.87% -
XYZ 24.29 25.6 72.07 -
YUV 124.68 182.35 76.16 -
System Red Green Blue C M Y K H S L
Decimal 52 143 221 0.76 0.35 0 0.13 207.69 0.71 0.54
Hex 34 8F DD 4C 23 0 D D0 47 36
Octal 64 217 335 114 43 0 15 320 107 66
Binary 110100 10001111 11011101 1001100 100011 0 1101 11010000 1000111 110110

Color Harmonies of #348FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348FDD

Black with #348FDD

Text Example


Text Example

White with #348FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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