Html Css Color HEX #343DDD Free Speech Blue

📋 copy color: '#343DDD'

red 52 ◦ green 61 ◦ blue 221

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

Shades of Free Speech Blue #343DDD

Tints of Free Speech Blue #343DDD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.26%

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

R = 15.57%
G = 18.26%
B = 66.17%

CMYK

 C value IS 0.76

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#343DDD (or 0x343DDD) is known color: Free Speech Blue. HEX triplet: 34, 3D and DD. RGB value is (52,61,221). Sum of RGB (Red+Green+Blue) = 52+61+221=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 221 (86.72% from 255 or 66.17% from 334); Max value from RGB is 221 - color contains mainly: blue. Hex color #343DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343DDD is #CBC222. Grayscale: #4B4B4B. Windows color (decimal): -13353507 or 14499124. OLE color: 14499124.

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

Color convert

RGB 52 61 221 -
CMYK 0.76 0.72 0 0.13
HSL 236.8º 0.71% 0.54% -
HSV(B) 236.8º 0.76% 0.87% -
XYZ 16.14 9.29 69.35 -
YUV 76.55 209.52 110.49 -
System Red Green Blue C M Y K H S L
Decimal 52 61 221 0.76 0.72 0 0.13 236.8 0.71 0.54
Hex 34 3D DD 4C 48 0 D ED 47 36
Octal 64 75 335 114 110 0 15 355 107 66
Binary 110100 111101 11011101 1001100 1001000 0 1101 11101101 1000111 110110

Color Harmonies of #343DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343DDD

Black with #343DDD

Text Example


Text Example

White with #343DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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