Html Css Color HEX #334CDA Free Speech Blue

📋 copy color: '#334CDA'

red 51 ◦ green 76 ◦ blue 218

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

Shades of Free Speech Blue #334CDA

Tints of Free Speech Blue #334CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 63.19%

R = 14.78%
G = 22.03%
B = 63.19%

CMYK

 C value IS 0.77

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#334CDA (or 0x334CDA) is known color: Free Speech Blue. HEX triplet: 33, 4C and DA. RGB value is (51,76,218). Sum of RGB (Red+Green+Blue) = 51+76+218=345 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.78% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 218 (85.55% from 255 or 63.19% from 345); Max value from RGB is 218 - color contains mainly: blue. Hex color #334CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334CDA is #CCB325. Grayscale: #545454. Windows color (decimal): -13415206 or 14306355. OLE color: 14306355.

HSL color Cylindrical-coordinate representation of color #334CDA: hue angle of 231.02º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #334CDA is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 51 76 218 -
CMYK 0.77 0.65 0 0.15
HSL 231.02º 0.69% 0.53% -
HSV(B) 231.02º 0.77% 0.85% -
XYZ 16.6 10.93 67.57 -
YUV 84.71 203.22 103.95 -
System Red Green Blue C M Y K H S L
Decimal 51 76 218 0.77 0.65 0 0.15 231.02 0.69 0.53
Hex 33 4C DA 4D 41 0 F E7 45 35
Octal 63 114 332 115 101 0 17 347 105 65
Binary 110011 1001100 11011010 1001101 1000001 0 1111 11100111 1000101 110101

Color Harmonies of #334CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334CDA

Black with #334CDA

Text Example


Text Example

White with #334CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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