Html Css Color HEX #334DD1 Free Speech Blue

📋 copy color: '#334DD1'

red 51 ◦ green 77 ◦ blue 209

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

Shades of Free Speech Blue #334DD1

Tints of Free Speech Blue #334DD1

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.85%

 BLUE value IS 209 (82.03% from 255) = 62.02%

R = 15.13%
G = 22.85%
B = 62.02%

CMYK

 C value IS 0.76

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#334DD1 (or 0x334DD1) is known color: Free Speech Blue. HEX triplet: 33, 4D and D1. RGB value is (51,77,209). Sum of RGB (Red+Green+Blue) = 51+77+209=337 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.13% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 209 (82.03% from 255 or 62.02% from 337); Max value from RGB is 209 - color contains mainly: blue. Hex color #334DD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334DD1 is #CCB22E. Grayscale: #535353. Windows color (decimal): -13414959 or 13716787. OLE color: 13716787.

HSL color Cylindrical-coordinate representation of color #334DD1: hue angle of 230.13º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #334DD1 is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 51 77 209 -
CMYK 0.76 0.63 0 0.18
HSL 230.13º 0.63% 0.51% -
HSV(B) 230.13º 0.76% 0.82% -
XYZ 15.53 10.62 61.55 -
YUV 84.27 198.39 104.27 -
System Red Green Blue C M Y K H S L
Decimal 51 77 209 0.76 0.63 0 0.18 230.13 0.63 0.51
Hex 33 4D D1 4C 3F 0 12 E6 3F 33
Octal 63 115 321 114 77 0 22 346 77 63
Binary 110011 1001101 11010001 1001100 111111 0 10010 11100110 111111 110011

Color Harmonies of #334DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334DD1

Black with #334DD1

Text Example


Text Example

White with #334DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,77,209); }

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

background-color css

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

 a { background-color: rgb(51,77,209); }

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

border-color css

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

 span { border-color: rgb(51,77,209); }

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