Html Css Color HEX #334FCC Free Speech Blue

📋 copy color: '#334FCC'

red 51 ◦ green 79 ◦ blue 204

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

Shades of Free Speech Blue #334FCC

Tints of Free Speech Blue #334FCC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.65%

 BLUE value IS 204 (80.08% from 255) = 61.08%

R = 15.27%
G = 23.65%
B = 61.08%

CMYK

 C value IS 0.75

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#334FCC (or 0x334FCC) is known color: Free Speech Blue. HEX triplet: 33, 4F and CC. RGB value is (51,79,204). Sum of RGB (Red+Green+Blue) = 51+79+204=334 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.27% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #334FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334FCC is #CCB033. Grayscale: #545454. Windows color (decimal): -13414452 or 13389619. OLE color: 13389619.

HSL color Cylindrical-coordinate representation of color #334FCC: hue angle of 229.02º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #334FCC is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 51 79 204 -
CMYK 0.75 0.61 0 0.2
HSL 229.02º 0.6% 0.5% -
HSV(B) 229.02º 0.75% 0.8% -
XYZ 15.06 10.66 58.39 -
YUV 84.88 195.22 103.84 -
System Red Green Blue C M Y K H S L
Decimal 51 79 204 0.75 0.61 0 0.2 229.02 0.6 0.5
Hex 33 4F CC 4B 3D 0 14 E5 3C 32
Octal 63 117 314 113 75 0 24 345 74 62
Binary 110011 1001111 11001100 1001011 111101 0 10100 11100101 111100 110010

Color Harmonies of #334FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334FCC

Black with #334FCC

Text Example


Text Example

White with #334FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,79,204); }

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

background-color css

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

 a { background-color: rgb(51,79,204); }

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

border-color css

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

 span { border-color: rgb(51,79,204); }

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