Html Css Color HEX #348CDB Curious Blue

📋 copy color: '#348CDB'

red 52 ◦ green 140 ◦ blue 219

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

Shades of Curious Blue #348CDB

Tints of Curious Blue #348CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.06%

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

R = 12.65%
G = 34.06%
B = 53.28%

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

#348CDB (or 0x348CDB) is known color: Curious Blue. HEX triplet: 34, 8C and DB. RGB value is (52,140,219). Sum of RGB (Red+Green+Blue) = 52+140+219=411 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.65% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #348CDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348CDB is #CB7324. Grayscale: #7A7A7A. Windows color (decimal): -13333285 or 14388276. OLE color: 14388276.

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

Color convert

RGB 52 140 219 -
CMYK 0.76 0.36 0 0.14
HSL 208.38º 0.7% 0.53% -
HSV(B) 208.38º 0.76% 0.86% -
XYZ 23.58 24.6 70.52 -
YUV 122.69 182.35 77.58 -
System Red Green Blue C M Y K H S L
Decimal 52 140 219 0.76 0.36 0 0.14 208.38 0.7 0.53
Hex 34 8C DB 4C 24 0 E D0 46 35
Octal 64 214 333 114 44 0 16 320 106 65
Binary 110100 10001100 11011011 1001100 100100 0 1110 11010000 1000110 110101

Color Harmonies of #348CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348CDB

Black with #348CDB

Text Example


Text Example

White with #348CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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