Html Css Color HEX #334AD6 Free Speech Blue

📋 copy color: '#334AD6'

red 51 ◦ green 74 ◦ blue 214

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

Shades of Free Speech Blue #334AD6

Tints of Free Speech Blue #334AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 63.13%

R = 15.04%
G = 21.83%
B = 63.13%

CMYK

 C value IS 0.76

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#334AD6 (or 0x334AD6) is known color: Free Speech Blue. HEX triplet: 33, 4A and D6. RGB value is (51,74,214). Sum of RGB (Red+Green+Blue) = 51+74+214=339 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.04% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 214 (83.98% from 255 or 63.13% from 339); Max value from RGB is 214 - color contains mainly: blue. Hex color #334AD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334AD6 is #CCB529. Grayscale: #525252. Windows color (decimal): -13415722 or 14043699. OLE color: 14043699.

HSL color Cylindrical-coordinate representation of color #334AD6: hue angle of 231.53º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #334AD6 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 51 74 214 -
CMYK 0.76 0.65 0 0.16
HSL 231.53º 0.67% 0.52% -
HSV(B) 231.53º 0.76% 0.84% -
XYZ 15.95 10.46 64.8 -
YUV 83.08 201.88 105.12 -
System Red Green Blue C M Y K H S L
Decimal 51 74 214 0.76 0.65 0 0.16 231.53 0.67 0.52
Hex 33 4A D6 4C 41 0 10 E8 43 34
Octal 63 112 326 114 101 0 20 350 103 64
Binary 110011 1001010 11010110 1001100 1000001 0 10000 11101000 1000011 110100

Color Harmonies of #334AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334AD6

Black with #334AD6

Text Example


Text Example

White with #334AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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