Html Css Color HEX #343ADD Free Speech Blue

📋 copy color: '#343ADD'

red 52 ◦ green 58 ◦ blue 221

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

Shades of Free Speech Blue #343ADD

Tints of Free Speech Blue #343ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 66.77%

R = 15.71%
G = 17.52%
B = 66.77%

CMYK

 C value IS 0.76

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#343ADD (or 0x343ADD) is known color: Free Speech Blue. HEX triplet: 34, 3A and DD. RGB value is (52,58,221). Sum of RGB (Red+Green+Blue) = 52+58+221=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 221 (86.72% from 255 or 66.77% from 331); Max value from RGB is 221 - color contains mainly: blue. Hex color #343ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343ADD is #CBC522. Grayscale: #4A4A4A. Windows color (decimal): -13354275 or 14498356. OLE color: 14498356.

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

Color convert

RGB 52 58 221 -
CMYK 0.76 0.74 0 0.13
HSL 237.87º 0.71% 0.54% -
HSV(B) 237.87º 0.76% 0.87% -
XYZ 15.98 8.98 69.3 -
YUV 74.79 210.51 111.75 -
System Red Green Blue C M Y K H S L
Decimal 52 58 221 0.76 0.74 0 0.13 237.87 0.71 0.54
Hex 34 3A DD 4C 4A 0 D EE 47 36
Octal 64 72 335 114 112 0 15 356 107 66
Binary 110100 111010 11011101 1001100 1001010 0 1101 11101110 1000111 110110

Color Harmonies of #343ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343ADD

Black with #343ADD

Text Example


Text Example

White with #343ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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