Html Css Color HEX #348DDC Curious Blue

📋 copy color: '#348DDC'

red 52 ◦ green 141 ◦ blue 220

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

Shades of Curious Blue #348DDC

Tints of Curious Blue #348DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.27%

R = 12.59%
G = 34.14%
B = 53.27%

CMYK

 C value IS 0.76

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#348DDC (or 0x348DDC) is known color: Curious Blue. HEX triplet: 34, 8D and DC. RGB value is (52,141,220). Sum of RGB (Red+Green+Blue) = 52+141+220=413 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.59% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #348DDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348DDC is #CB7223. Grayscale: #7A7A7A. Windows color (decimal): -13333028 or 14454068. OLE color: 14454068.

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

Color convert

RGB 52 141 220 -
CMYK 0.76 0.36 0 0.14
HSL 208.21º 0.71% 0.53% -
HSV(B) 208.21º 0.76% 0.86% -
XYZ 23.86 24.95 71.27 -
YUV 123.4 182.51 77.08 -
System Red Green Blue C M Y K H S L
Decimal 52 141 220 0.76 0.36 0 0.14 208.21 0.71 0.53
Hex 34 8D DC 4C 24 0 E D0 47 35
Octal 64 215 334 114 44 0 16 320 107 65
Binary 110100 10001101 11011100 1001100 100100 0 1110 11010000 1000111 110101

Color Harmonies of #348DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348DDC

Black with #348DDC

Text Example


Text Example

White with #348DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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