Html Css Color HEX #343EDF Free Speech Blue

📋 copy color: '#343EDF'

red 52 ◦ green 62 ◦ blue 223

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

Shades of Free Speech Blue #343EDF

Tints of Free Speech Blue #343EDF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.4%

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

R = 15.43%
G = 18.4%
B = 66.17%

CMYK

 C value IS 0.77

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#343EDF (or 0x343EDF) is known color: Free Speech Blue. HEX triplet: 34, 3E and DF. RGB value is (52,62,223). Sum of RGB (Red+Green+Blue) = 52+62+223=337 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.43% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 223 (87.5% from 255 or 66.17% from 337); Max value from RGB is 223 - color contains mainly: blue. Hex color #343EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343EDF is #CBC120. Grayscale: #4C4C4C. Windows color (decimal): -13353249 or 14630452. OLE color: 14630452.

HSL color Cylindrical-coordinate representation of color #343EDF: hue angle of 236.49º 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 #343EDF is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 62 223 -
CMYK 0.77 0.72 0 0.13
HSL 236.49º 0.73% 0.54% -
HSV(B) 236.49º 0.77% 0.87% -
XYZ 16.46 9.5 70.78 -
YUV 77.36 210.19 109.91 -
System Red Green Blue C M Y K H S L
Decimal 52 62 223 0.77 0.72 0 0.13 236.49 0.73 0.54
Hex 34 3E DF 4D 48 0 D EC 49 36
Octal 64 76 337 115 110 0 15 354 111 66
Binary 110100 111110 11011111 1001101 1001000 0 1101 11101100 1001001 110110

Color Harmonies of #343EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343EDF

Black with #343EDF

Text Example


Text Example

White with #343EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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