Html Css Color HEX #343FDC Free Speech Blue

📋 copy color: '#343FDC'

red 52 ◦ green 63 ◦ blue 220

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

Shades of Free Speech Blue #343FDC

Tints of Free Speech Blue #343FDC

RGB

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

 GREEN value IS 63 (25% from 255) = 18.81%

 BLUE value IS 220 (86.33% from 255) = 65.67%

R = 15.52%
G = 18.81%
B = 65.67%

CMYK

 C value IS 0.76

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#343FDC (or 0x343FDC) is known color: Free Speech Blue. HEX triplet: 34, 3F and DC. RGB value is (52,63,220). Sum of RGB (Red+Green+Blue) = 52+63+220=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 220 (86.33% from 255 or 65.67% from 335); Max value from RGB is 220 - color contains mainly: blue. Hex color #343FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343FDC is #CBC023. Grayscale: #4C4C4C. Windows color (decimal): -13352996 or 14434100. OLE color: 14434100.

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

Color convert

RGB 52 63 220 -
CMYK 0.76 0.71 0 0.14
HSL 236.07º 0.71% 0.53% -
HSV(B) 236.07º 0.76% 0.86% -
XYZ 16.11 9.45 68.69 -
YUV 77.61 208.36 109.73 -
System Red Green Blue C M Y K H S L
Decimal 52 63 220 0.76 0.71 0 0.14 236.07 0.71 0.53
Hex 34 3F DC 4C 47 0 E EC 47 35
Octal 64 77 334 114 107 0 16 354 107 65
Binary 110100 111111 11011100 1001100 1000111 0 1110 11101100 1000111 110101

Color Harmonies of #343FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343FDC

Black with #343FDC

Text Example


Text Example

White with #343FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,63,220); }

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

background-color css

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

 a { background-color: rgb(52,63,220); }

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

border-color css

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

 span { border-color: rgb(52,63,220); }

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