#334FD4

Color #334FD4 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #334FD4

Tints of Free Speech Blue #334FD4

Color information

#334FD4 (or 0x334FD4) is unknown color: approx Free Speech Blue. HEX triplet: 33, 4F and D4. RGB value is (51,79,212). Sum of RGB (Red+Green+Blue) = 51+79+212=342 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.91% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 212 (83.20% from 255 or 61.99% from 342); Max value from RGB is 212 - color contains mainly: blue. Hex color #334FD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334FD4 is #CCB02B. Grayscale: #555555. Windows color (decimal): -13414444 or 13913907. OLE color: 13913907.

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

Color convert

RGB5179212-
CMYK0.760.6300.17
HSL229.57º65.18%51.57%-
HSV(B)229.57º75.94%83.14%-
XYZ16.0411.0563.57-
YUV85.79199.22103.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.91%
GREEN value IS 79 (31.25% from 255) = 23.10%
BLUE value IS 212 (83.20% from 255) = 61.99%
R=14.91%
G=23.10%
B=61.99%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal51792120.760.6300.17229.5765.1851.57
Hex334FD44C3F011e64134
Octal631173241147702134610164
Binary1100111001111110101001001100111111010001111001101000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #334FD4;
 }
 .AnyTagClassName
 {
   color: #334FD4;
 }
</style>
background-color css

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

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

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

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

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

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