Html Css Color HEX #334BDD Free Speech Blue

📋 copy color: '#334BDD'

red 51 ◦ green 75 ◦ blue 221

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

Shades of Free Speech Blue #334BDD

Tints of Free Speech Blue #334BDD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.61%

 BLUE value IS 221 (86.72% from 255) = 63.69%

R = 14.7%
G = 21.61%
B = 63.69%

CMYK

 C value IS 0.77

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#334BDD (or 0x334BDD) is known color: Free Speech Blue. HEX triplet: 33, 4B and DD. RGB value is (51,75,221). Sum of RGB (Red+Green+Blue) = 51+75+221=347 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.70% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 221 (86.72% from 255 or 63.69% from 347); Max value from RGB is 221 - color contains mainly: blue. Hex color #334BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334BDD is #CCB422. Grayscale: #535353. Windows color (decimal): -13415459 or 14502707. OLE color: 14502707.

HSL color Cylindrical-coordinate representation of color #334BDD: hue angle of 231.53º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #334BDD is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 75 221 -
CMYK 0.77 0.66 0 0.13
HSL 231.53º 0.71% 0.53% -
HSV(B) 231.53º 0.77% 0.87% -
XYZ 16.93 10.96 69.63 -
YUV 84.47 205.05 104.13 -
System Red Green Blue C M Y K H S L
Decimal 51 75 221 0.77 0.66 0 0.13 231.53 0.71 0.53
Hex 33 4B DD 4D 42 0 D E8 47 35
Octal 63 113 335 115 102 0 15 350 107 65
Binary 110011 1001011 11011101 1001101 1000010 0 1101 11101000 1000111 110101

Color Harmonies of #334BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334BDD

Black with #334BDD

Text Example


Text Example

White with #334BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,75,221); }

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

background-color css

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

 a { background-color: rgb(51,75,221); }

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

border-color css

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

 span { border-color: rgb(51,75,221); }

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