Html Css Color HEX #343BDF Free Speech Blue

📋 copy color: '#343BDF'

red 52 ◦ green 59 ◦ blue 223

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

Shades of Free Speech Blue #343BDF

Tints of Free Speech Blue #343BDF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.66%

 BLUE value IS 223 (87.5% from 255) = 66.77%

R = 15.57%
G = 17.66%
B = 66.77%

CMYK

 C value IS 0.77

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#343BDF (or 0x343BDF) is known color: Free Speech Blue. HEX triplet: 34, 3B and DF. RGB value is (52,59,223). Sum of RGB (Red+Green+Blue) = 52+59+223=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 223 (87.5% from 255 or 66.77% from 334); Max value from RGB is 223 - color contains mainly: blue. Hex color #343BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343BDF is #CBC420. Grayscale: #4A4A4A. Windows color (decimal): -13354017 or 14629684. OLE color: 14629684.

HSL color Cylindrical-coordinate representation of color #343BDF: hue angle of 237.54º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #343BDF is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 59 223 -
CMYK 0.77 0.74 0 0.13
HSL 237.54º 0.73% 0.54% -
HSV(B) 237.54º 0.77% 0.87% -
XYZ 16.3 9.19 70.73 -
YUV 75.6 211.18 111.16 -
System Red Green Blue C M Y K H S L
Decimal 52 59 223 0.77 0.74 0 0.13 237.54 0.73 0.54
Hex 34 3B DF 4D 4A 0 D EE 49 36
Octal 64 73 337 115 112 0 15 356 111 66
Binary 110100 111011 11011111 1001101 1001010 0 1101 11101110 1001001 110110

Color Harmonies of #343BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343BDF

Black with #343BDF

Text Example


Text Example

White with #343BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,59,223); }

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

background-color css

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

 a { background-color: rgb(52,59,223); }

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

border-color css

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

 span { border-color: rgb(52,59,223); }

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