Html Css Color HEX #3446DD Free Speech Blue

📋 copy color: '#3446DD'

red 52 ◦ green 70 ◦ blue 221

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

Shades of Free Speech Blue #3446DD

Tints of Free Speech Blue #3446DD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.41%

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

R = 15.16%
G = 20.41%
B = 64.43%

CMYK

 C value IS 0.76

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3446DD (or 0x3446DD) is known color: Free Speech Blue. HEX triplet: 34, 46 and DD. RGB value is (52,70,221). Sum of RGB (Red+Green+Blue) = 52+70+221=343 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.16% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 221 (86.72% from 255 or 64.43% from 343); Max value from RGB is 221 - color contains mainly: blue. Hex color #3446DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3446DD is #CBB922. Grayscale: #515151. Windows color (decimal): -13351203 or 14501428. OLE color: 14501428.

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

Color convert

RGB 52 70 221 -
CMYK 0.76 0.68 0 0.13
HSL 233.61º 0.71% 0.54% -
HSV(B) 233.61º 0.76% 0.87% -
XYZ 16.66 10.33 69.52 -
YUV 81.83 206.54 106.72 -
System Red Green Blue C M Y K H S L
Decimal 52 70 221 0.76 0.68 0 0.13 233.61 0.71 0.54
Hex 34 46 DD 4C 44 0 D EA 47 36
Octal 64 106 335 114 104 0 15 352 107 66
Binary 110100 1000110 11011101 1001100 1000100 0 1101 11101010 1000111 110110

Color Harmonies of #3446DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3446DD

Black with #3446DD

Text Example


Text Example

White with #3446DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3446DD; }

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

 H1.HeaderClassName
 {
   color: #3446DD;
 }
 .AnyTagClassName
 {
   color: #3446DD;
 }
</style>

background-color css

<style>
 a { background-color: #3446DD; }

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

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

border-color css

<style>
 span { border-color: #3446DD; }

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

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