Html Css Color HEX #334DD0 Free Speech Blue

📋 copy color: '#334DD0'

red 51 ◦ green 77 ◦ blue 208

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

Shades of Free Speech Blue #334DD0

Tints of Free Speech Blue #334DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 61.9%

R = 15.18%
G = 22.92%
B = 61.9%

CMYK

 C value IS 0.75

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#334DD0 (or 0x334DD0) is known color: Free Speech Blue. HEX triplet: 33, 4D and D0. RGB value is (51,77,208). Sum of RGB (Red+Green+Blue) = 51+77+208=336 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.18% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 208 (81.64% from 255 or 61.90% from 336); Max value from RGB is 208 - color contains mainly: blue. Hex color #334DD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334DD0 is #CCB22F. Grayscale: #535353. Windows color (decimal): -13414960 or 13651251. OLE color: 13651251.

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

Color convert

RGB 51 77 208 -
CMYK 0.75 0.63 0 0.18
HSL 230.06º 0.63% 0.51% -
HSV(B) 230.06º 0.75% 0.82% -
XYZ 15.4 10.57 60.9 -
YUV 84.16 197.89 104.35 -
System Red Green Blue C M Y K H S L
Decimal 51 77 208 0.75 0.63 0 0.18 230.06 0.63 0.51
Hex 33 4D D0 4B 3F 0 12 E6 3F 33
Octal 63 115 320 113 77 0 22 346 77 63
Binary 110011 1001101 11010000 1001011 111111 0 10010 11100110 111111 110011

Color Harmonies of #334DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334DD0

Black with #334DD0

Text Example


Text Example

White with #334DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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