Html Css Color HEX #348BDB Curious Blue

📋 copy color: '#348BDB'

red 52 ◦ green 139 ◦ blue 219

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

Shades of Curious Blue #348BDB

Tints of Curious Blue #348BDB

RGB

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

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

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

R = 12.68%
G = 33.9%
B = 53.41%

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

#348BDB (or 0x348BDB) is known color: Curious Blue. HEX triplet: 34, 8B and DB. RGB value is (52,139,219). Sum of RGB (Red+Green+Blue) = 52+139+219=410 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.68% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #348BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348BDB is #CB7424. Grayscale: #797979. Windows color (decimal): -13333541 or 14388020. OLE color: 14388020.

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

Color convert

RGB 52 139 219 -
CMYK 0.76 0.37 0 0.14
HSL 208.74º 0.7% 0.53% -
HSV(B) 208.74º 0.76% 0.86% -
XYZ 23.43 24.31 70.47 -
YUV 122.11 182.68 78 -
System Red Green Blue C M Y K H S L
Decimal 52 139 219 0.76 0.37 0 0.14 208.74 0.7 0.53
Hex 34 8B DB 4C 25 0 E D1 46 35
Octal 64 213 333 114 45 0 16 321 106 65
Binary 110100 10001011 11011011 1001100 100101 0 1110 11010001 1000110 110101

Color Harmonies of #348BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348BDB

Black with #348BDB

Text Example


Text Example

White with #348BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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