Html Css Color HEX #334FDD Free Speech Blue

📋 copy color: '#334FDD'

red 51 ◦ green 79 ◦ blue 221

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

Shades of Free Speech Blue #334FDD

Tints of Free Speech Blue #334FDD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.51%

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

R = 14.53%
G = 22.51%
B = 62.96%

CMYK

 C value IS 0.77

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#334FDD (or 0x334FDD) is known color: Free Speech Blue. HEX triplet: 33, 4F and DD. RGB value is (51,79,221). Sum of RGB (Red+Green+Blue) = 51+79+221=351 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.53% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #334FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334FDD is #CCB022. Grayscale: #565656. Windows color (decimal): -13414435 or 14503731. OLE color: 14503731.

HSL color Cylindrical-coordinate representation of color #334FDD: hue angle of 230.12º 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 #334FDD is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 79 221 -
CMYK 0.77 0.64 0 0.13
HSL 230.12º 0.71% 0.53% -
HSV(B) 230.12º 0.77% 0.87% -
XYZ 17.21 11.52 69.72 -
YUV 86.82 203.72 102.45 -
System Red Green Blue C M Y K H S L
Decimal 51 79 221 0.77 0.64 0 0.13 230.12 0.71 0.53
Hex 33 4F DD 4D 40 0 D E6 47 35
Octal 63 117 335 115 100 0 15 346 107 65
Binary 110011 1001111 11011101 1001101 1000000 0 1101 11100110 1000111 110101

Color Harmonies of #334FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334FDD

Black with #334FDD

Text Example


Text Example

White with #334FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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