Html Css Color HEX #344ADD Free Speech Blue

📋 copy color: '#344ADD'

red 52 ◦ green 74 ◦ blue 221

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

Shades of Free Speech Blue #344ADD

Tints of Free Speech Blue #344ADD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.33%

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

R = 14.99%
G = 21.33%
B = 63.69%

CMYK

 C value IS 0.76

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#344ADD (or 0x344ADD) is known color: Free Speech Blue. HEX triplet: 34, 4A and DD. RGB value is (52,74,221). Sum of RGB (Red+Green+Blue) = 52+74+221=347 (45% of max value = 765). Red value is 52 (20.70% from 255 or 14.99% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 221 (86.72% from 255 or 63.69% from 347); Max value from RGB is 221 - color contains mainly: blue. Hex color #344ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344ADD is #CBB522. Grayscale: #535353. Windows color (decimal): -13350179 or 14502452. OLE color: 14502452.

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

Color convert

RGB 52 74 221 -
CMYK 0.76 0.67 0 0.13
HSL 232.19º 0.71% 0.54% -
HSV(B) 232.19º 0.76% 0.87% -
XYZ 16.92 10.85 69.61 -
YUV 84.18 205.21 105.05 -
System Red Green Blue C M Y K H S L
Decimal 52 74 221 0.76 0.67 0 0.13 232.19 0.71 0.54
Hex 34 4A DD 4C 43 0 D E8 47 36
Octal 64 112 335 114 103 0 15 350 107 66
Binary 110100 1001010 11011101 1001100 1000011 0 1101 11101000 1000111 110110

Color Harmonies of #344ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344ADD

Black with #344ADD

Text Example


Text Example

White with #344ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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