Html Css Color HEX #334CDF Free Speech Blue

📋 copy color: '#334CDF'

red 51 ◦ green 76 ◦ blue 223

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

Shades of Free Speech Blue #334CDF

Tints of Free Speech Blue #334CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 63.71%

R = 14.57%
G = 21.71%
B = 63.71%

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

#334CDF (or 0x334CDF) is known color: Free Speech Blue. HEX triplet: 33, 4C and DF. RGB value is (51,76,223). Sum of RGB (Red+Green+Blue) = 51+76+223=350 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.57% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 223 (87.5% from 255 or 63.71% from 350); Max value from RGB is 223 - color contains mainly: blue. Hex color #334CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334CDF is #CCB320. Grayscale: #545454. Windows color (decimal): -13415201 or 14634035. OLE color: 14634035.

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

Color convert

RGB 51 76 223 -
CMYK 0.77 0.66 0 0.13
HSL 231.28º 0.73% 0.54% -
HSV(B) 231.28º 0.77% 0.87% -
XYZ 17.27 11.2 71.06 -
YUV 85.28 205.72 103.55 -
System Red Green Blue C M Y K H S L
Decimal 51 76 223 0.77 0.66 0 0.13 231.28 0.73 0.54
Hex 33 4C DF 4D 42 0 D E7 49 36
Octal 63 114 337 115 102 0 15 347 111 66
Binary 110011 1001100 11011111 1001101 1000010 0 1101 11100111 1001001 110110

Color Harmonies of #334CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334CDF

Black with #334CDF

Text Example


Text Example

White with #334CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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