Html Css Color HEX #334ADD Free Speech Blue

📋 copy color: '#334ADD'

red 51 ◦ green 74 ◦ blue 221

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

Shades of Free Speech Blue #334ADD

Tints of Free Speech Blue #334ADD

RGB

 RED value IS 51 (20.31% from 255) = 14.74%

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

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

R = 14.74%
G = 21.39%
B = 63.87%

CMYK

 C value IS 0.77

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#334ADD (or 0x334ADD) is known color: Free Speech Blue. HEX triplet: 33, 4A and DD. RGB value is (51,74,221). Sum of RGB (Red+Green+Blue) = 51+74+221=346 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.74% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #334ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334ADD is #CCB522. Grayscale: #535353. Windows color (decimal): -13415715 or 14502451. OLE color: 14502451.

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

Color convert

RGB 51 74 221 -
CMYK 0.77 0.67 0 0.13
HSL 231.88º 0.71% 0.53% -
HSV(B) 231.88º 0.77% 0.87% -
XYZ 16.87 10.82 69.61 -
YUV 83.88 205.38 104.55 -
System Red Green Blue C M Y K H S L
Decimal 51 74 221 0.77 0.67 0 0.13 231.88 0.71 0.53
Hex 33 4A DD 4D 43 0 D E8 47 35
Octal 63 112 335 115 103 0 15 350 107 65
Binary 110011 1001010 11011101 1001101 1000011 0 1101 11101000 1000111 110101

Color Harmonies of #334ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334ADD

Black with #334ADD

Text Example


Text Example

White with #334ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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