Html Css Color HEX #348BDC Curious Blue

📋 copy color: '#348BDC'

red 52 ◦ green 139 ◦ blue 220

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

Shades of Curious Blue #348BDC

Tints of Curious Blue #348BDC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.82%

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

R = 12.65%
G = 33.82%
B = 53.53%

CMYK

 C value IS 0.76

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#348BDC (or 0x348BDC) is known color: Curious Blue. HEX triplet: 34, 8B and DC. RGB value is (52,139,220). Sum of RGB (Red+Green+Blue) = 52+139+220=411 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.65% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #348BDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348BDC is #CB7423. Grayscale: #797979. Windows color (decimal): -13333540 or 14453556. OLE color: 14453556.

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

Color convert

RGB 52 139 220 -
CMYK 0.76 0.37 0 0.14
HSL 208.93º 0.71% 0.53% -
HSV(B) 208.93º 0.76% 0.86% -
XYZ 23.57 24.36 71.17 -
YUV 122.22 183.18 77.91 -
System Red Green Blue C M Y K H S L
Decimal 52 139 220 0.76 0.37 0 0.14 208.93 0.71 0.53
Hex 34 8B DC 4C 25 0 E D1 47 35
Octal 64 213 334 114 45 0 16 321 107 65
Binary 110100 10001011 11011100 1001100 100101 0 1110 11010001 1000111 110101

Color Harmonies of #348BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348BDC

Black with #348BDC

Text Example


Text Example

White with #348BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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