Html Css Color HEX #334DC9 Free Speech Blue

📋 copy color: '#334DC9'

red 51 ◦ green 77 ◦ blue 201

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

Shades of Free Speech Blue #334DC9

Tints of Free Speech Blue #334DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 61.09%

R = 15.5%
G = 23.4%
B = 61.09%

CMYK

 C value IS 0.75

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#334DC9 (or 0x334DC9) is known color: Free Speech Blue. HEX triplet: 33, 4D and C9. RGB value is (51,77,201). Sum of RGB (Red+Green+Blue) = 51+77+201=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 201 (78.91% from 255 or 61.09% from 329); Max value from RGB is 201 - color contains mainly: blue. Hex color #334DC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334DC9 is #CCB236. Grayscale: #525252. Windows color (decimal): -13414967 or 13192499. OLE color: 13192499.

HSL color Cylindrical-coordinate representation of color #334DC9: hue angle of 229.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #334DC9 is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 51 77 201 -
CMYK 0.75 0.62 0 0.21
HSL 229.6º 0.6% 0.49% -
HSV(B) 229.6º 0.75% 0.79% -
XYZ 14.56 10.23 56.47 -
YUV 83.36 194.39 104.92 -
System Red Green Blue C M Y K H S L
Decimal 51 77 201 0.75 0.62 0 0.21 229.6 0.6 0.49
Hex 33 4D C9 4B 3E 0 15 E6 3C 31
Octal 63 115 311 113 76 0 25 346 74 61
Binary 110011 1001101 11001001 1001011 111110 0 10101 11100110 111100 110001

Color Harmonies of #334DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334DC9

Black with #334DC9

Text Example


Text Example

White with #334DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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