Html Css Color HEX #343EE1 Free Speech Blue

📋 copy color: '#343EE1'

red 52 ◦ green 62 ◦ blue 225

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

Shades of Free Speech Blue #343EE1

Tints of Free Speech Blue #343EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 66.37%

R = 15.34%
G = 18.29%
B = 66.37%

CMYK

 C value IS 0.77

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#343EE1 (or 0x343EE1) is known color: Free Speech Blue. HEX triplet: 34, 3E and E1. RGB value is (52,62,225). Sum of RGB (Red+Green+Blue) = 52+62+225=339 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.34% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 225 (88.28% from 255 or 66.37% from 339); Max value from RGB is 225 - color contains mainly: blue. Hex color #343EE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343EE1 is #CBC11E. Grayscale: #4C4C4C. Windows color (decimal): -13353247 or 14761524. OLE color: 14761524.

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

Color convert

RGB 52 62 225 -
CMYK 0.77 0.72 0 0.12
HSL 236.53º 0.74% 0.54% -
HSV(B) 236.53º 0.77% 0.88% -
XYZ 16.73 9.61 72.21 -
YUV 77.59 211.19 109.75 -
System Red Green Blue C M Y K H S L
Decimal 52 62 225 0.77 0.72 0 0.12 236.53 0.74 0.54
Hex 34 3E E1 4D 48 0 C ED 4A 36
Octal 64 76 341 115 110 0 14 355 112 66
Binary 110100 111110 11100001 1001101 1001000 0 1100 11101101 1001010 110110

Color Harmonies of #343EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343EE1

Black with #343EE1

Text Example


Text Example

White with #343EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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