Html Css Color HEX #343CDB Free Speech Blue

📋 copy color: '#343CDB'

red 52 ◦ green 60 ◦ blue 219

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

Shades of Free Speech Blue #343CDB

Tints of Free Speech Blue #343CDB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.13%

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

R = 15.71%
G = 18.13%
B = 66.16%

CMYK

 C value IS 0.76

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#343CDB (or 0x343CDB) is known color: Free Speech Blue. HEX triplet: 34, 3C and DB. RGB value is (52,60,219). Sum of RGB (Red+Green+Blue) = 52+60+219=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 219 (85.94% from 255 or 66.16% from 331); Max value from RGB is 219 - color contains mainly: blue. Hex color #343CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343CDB is #CBC324. Grayscale: #4B4B4B. Windows color (decimal): -13353765 or 14367796. OLE color: 14367796.

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

Color convert

RGB 52 60 219 -
CMYK 0.76 0.73 0 0.14
HSL 237.13º 0.7% 0.53% -
HSV(B) 237.13º 0.76% 0.86% -
XYZ 15.82 9.08 67.94 -
YUV 75.73 208.85 111.07 -
System Red Green Blue C M Y K H S L
Decimal 52 60 219 0.76 0.73 0 0.14 237.13 0.7 0.53
Hex 34 3C DB 4C 49 0 E ED 46 35
Octal 64 74 333 114 111 0 16 355 106 65
Binary 110100 111100 11011011 1001100 1001001 0 1110 11101101 1000110 110101

Color Harmonies of #343CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343CDB

Black with #343CDB

Text Example


Text Example

White with #343CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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