Html Css Color HEX #334AD1 Free Speech Blue

📋 copy color: '#334AD1'

red 51 ◦ green 74 ◦ blue 209

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

Shades of Free Speech Blue #334AD1

Tints of Free Speech Blue #334AD1

RGB

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

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

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

R = 15.27%
G = 22.16%
B = 62.57%

CMYK

 C value IS 0.76

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#334AD1 (or 0x334AD1) is known color: Free Speech Blue. HEX triplet: 33, 4A and D1. RGB value is (51,74,209). Sum of RGB (Red+Green+Blue) = 51+74+209=334 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.27% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 209 (82.03% from 255 or 62.57% from 334); Max value from RGB is 209 - color contains mainly: blue. Hex color #334AD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334AD1 is #CCB52E. Grayscale: #515151. Windows color (decimal): -13415727 or 13716019. OLE color: 13716019.

HSL color Cylindrical-coordinate representation of color #334AD1: hue angle of 231.27º 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 #334AD1 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 51 74 209 -
CMYK 0.76 0.65 0 0.18
HSL 231.27º 0.63% 0.51% -
HSV(B) 231.27º 0.76% 0.82% -
XYZ 15.32 10.2 61.48 -
YUV 82.51 199.38 105.52 -
System Red Green Blue C M Y K H S L
Decimal 51 74 209 0.76 0.65 0 0.18 231.27 0.63 0.51
Hex 33 4A D1 4C 41 0 12 E7 3F 33
Octal 63 112 321 114 101 0 22 347 77 63
Binary 110011 1001010 11010001 1001100 1000001 0 10010 11100111 111111 110011

Color Harmonies of #334AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334AD1

Black with #334AD1

Text Example


Text Example

White with #334AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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