Html Css Color HEX #343CDD Free Speech Blue

📋 copy color: '#343CDD'

red 52 ◦ green 60 ◦ blue 221

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

Shades of Free Speech Blue #343CDD

Tints of Free Speech Blue #343CDD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.02%

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

R = 15.62%
G = 18.02%
B = 66.37%

CMYK

 C value IS 0.76

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#343CDD (or 0x343CDD) is known color: Free Speech Blue. HEX triplet: 34, 3C and DD. RGB value is (52,60,221). Sum of RGB (Red+Green+Blue) = 52+60+221=333 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.62% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 221 (86.72% from 255 or 66.37% from 333); Max value from RGB is 221 - color contains mainly: blue. Hex color #343CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343CDD is #CBC322. Grayscale: #4B4B4B. Windows color (decimal): -13353763 or 14498868. OLE color: 14498868.

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

Color convert

RGB 52 60 221 -
CMYK 0.76 0.73 0 0.13
HSL 237.16º 0.71% 0.54% -
HSV(B) 237.16º 0.76% 0.87% -
XYZ 16.08 9.18 69.33 -
YUV 75.96 209.85 110.91 -
System Red Green Blue C M Y K H S L
Decimal 52 60 221 0.76 0.73 0 0.13 237.16 0.71 0.54
Hex 34 3C DD 4C 49 0 D ED 47 36
Octal 64 74 335 114 111 0 15 355 107 66
Binary 110100 111100 11011101 1001100 1001001 0 1101 11101101 1000111 110110

Color Harmonies of #343CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343CDD

Black with #343CDD

Text Example


Text Example

White with #343CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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