Html Css Color HEX #334CDD Free Speech Blue

📋 copy color: '#334CDD'

red 51 ◦ green 76 ◦ blue 221

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

Shades of Free Speech Blue #334CDD

Tints of Free Speech Blue #334CDD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.84%

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

R = 14.66%
G = 21.84%
B = 63.51%

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

#334CDD (or 0x334CDD) is known color: Free Speech Blue. HEX triplet: 33, 4C and DD. RGB value is (51,76,221). Sum of RGB (Red+Green+Blue) = 51+76+221=348 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.66% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #334CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334CDD is #CCB322. Grayscale: #545454. Windows color (decimal): -13415203 or 14502963. OLE color: 14502963.

HSL color Cylindrical-coordinate representation of color #334CDD: hue angle of 231.18º 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 #334CDD is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 76 221 -
CMYK 0.77 0.66 0 0.13
HSL 231.18º 0.71% 0.53% -
HSV(B) 231.18º 0.77% 0.87% -
XYZ 17 11.09 69.65 -
YUV 85.06 204.72 103.71 -
System Red Green Blue C M Y K H S L
Decimal 51 76 221 0.77 0.66 0 0.13 231.18 0.71 0.53
Hex 33 4C DD 4D 42 0 D E7 47 35
Octal 63 114 335 115 102 0 15 347 107 65
Binary 110011 1001100 11011101 1001101 1000010 0 1101 11100111 1000111 110101

Color Harmonies of #334CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334CDD

Black with #334CDD

Text Example


Text Example

White with #334CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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