Html Css Color HEX #343ADA Free Speech Blue

📋 copy color: '#343ADA'

red 52 ◦ green 58 ◦ blue 218

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

Shades of Free Speech Blue #343ADA

Tints of Free Speech Blue #343ADA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.68%

 BLUE value IS 218 (85.55% from 255) = 66.46%

R = 15.85%
G = 17.68%
B = 66.46%

CMYK

 C value IS 0.76

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#343ADA (or 0x343ADA) is known color: Free Speech Blue. HEX triplet: 34, 3A and DA. RGB value is (52,58,218). Sum of RGB (Red+Green+Blue) = 52+58+218=328 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.85% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 218 (85.55% from 255 or 66.46% from 328); Max value from RGB is 218 - color contains mainly: blue. Hex color #343ADA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343ADA is #CBC525. Grayscale: #494949. Windows color (decimal): -13354278 or 14301748. OLE color: 14301748.

HSL color Cylindrical-coordinate representation of color #343ADA: hue angle of 237.83º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #343ADA is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 52 58 218 -
CMYK 0.76 0.73 0 0.15
HSL 237.83º 0.69% 0.53% -
HSV(B) 237.83º 0.76% 0.85% -
XYZ 15.58 8.82 67.21 -
YUV 74.45 209.01 111.99 -
System Red Green Blue C M Y K H S L
Decimal 52 58 218 0.76 0.73 0 0.15 237.83 0.69 0.53
Hex 34 3A DA 4C 49 0 F EE 45 35
Octal 64 72 332 114 111 0 17 356 105 65
Binary 110100 111010 11011010 1001100 1001001 0 1111 11101110 1000101 110101

Color Harmonies of #343ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343ADA

Black with #343ADA

Text Example


Text Example

White with #343ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,58,218); }

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

background-color css

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

 a { background-color: rgb(52,58,218); }

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

border-color css

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

 span { border-color: rgb(52,58,218); }

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