Html Css Color HEX #346DBC Curious Blue

📋 copy color: '#346DBC'

red 52 ◦ green 109 ◦ blue 188

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

Shades of Curious Blue #346DBC

Tints of Curious Blue #346DBC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.23%

 BLUE value IS 188 (73.83% from 255) = 53.87%

R = 14.9%
G = 31.23%
B = 53.87%

CMYK

 C value IS 0.72

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#346DBC (or 0x346DBC) is known color: Curious Blue. HEX triplet: 34, 6D and BC. RGB value is (52,109,188). Sum of RGB (Red+Green+Blue) = 52+109+188=349 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.90% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #346DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346DBC is #CB9243. Grayscale: #646464. Windows color (decimal): -13341252 or 12348724. OLE color: 12348724.

HSL color Cylindrical-coordinate representation of color #346DBC: hue angle of 214.85º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #346DBC is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 109 188 -
CMYK 0.72 0.42 0 0.26
HSL 214.85º 0.57% 0.47% -
HSV(B) 214.85º 0.72% 0.74% -
XYZ 15.96 15.3 49.69 -
YUV 100.96 177.12 93.08 -
System Red Green Blue C M Y K H S L
Decimal 52 109 188 0.72 0.42 0 0.26 214.85 0.57 0.47
Hex 34 6D BC 48 2A 0 1A D7 39 2F
Octal 64 155 274 110 52 0 32 327 71 57
Binary 110100 1101101 10111100 1001000 101010 0 11010 11010111 111001 101111

Color Harmonies of #346DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346DBC

Black with #346DBC

Text Example


Text Example

White with #346DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346DBC; }

 p { color: rgb(52,109,188); }

 H1.HeaderClassName
 {
   color: #346DBC;
 }
 .AnyTagClassName
 {
   color: #346DBC;
 }
</style>

background-color css

<style>
 a { background-color: #346DBC; }

 a { background-color: rgb(52,109,188); }

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

border-color css

<style>
 span { border-color: #346DBC; }

 span { border-color: rgb(52,109,188); }

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