Html Css Color HEX #348DDB Curious Blue

📋 copy color: '#348DDB'

red 52 ◦ green 141 ◦ blue 219

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

Shades of Curious Blue #348DDB

Tints of Curious Blue #348DDB

RGB

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

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

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

R = 12.62%
G = 34.22%
B = 53.16%

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

#348DDB (or 0x348DDB) is known color: Curious Blue. HEX triplet: 34, 8D and DB. RGB value is (52,141,219). Sum of RGB (Red+Green+Blue) = 52+141+219=412 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.62% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #348DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348DDB is #CB7224. Grayscale: #7A7A7A. Windows color (decimal): -13333029 or 14388532. OLE color: 14388532.

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

Color convert

RGB 52 141 219 -
CMYK 0.76 0.36 0 0.14
HSL 208.02º 0.7% 0.53% -
HSV(B) 208.02º 0.76% 0.86% -
XYZ 23.73 24.89 70.57 -
YUV 123.28 182.01 77.16 -
System Red Green Blue C M Y K H S L
Decimal 52 141 219 0.76 0.36 0 0.14 208.02 0.7 0.53
Hex 34 8D DB 4C 24 0 E D0 46 35
Octal 64 215 333 114 44 0 16 320 106 65
Binary 110100 10001101 11011011 1001100 100100 0 1110 11010000 1000110 110101

Color Harmonies of #348DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348DDB

Black with #348DDB

Text Example


Text Example

White with #348DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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