Html Css Color HEX #334ACC Free Speech Blue

📋 copy color: '#334ACC'

red 51 ◦ green 74 ◦ blue 204

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

Shades of Free Speech Blue #334ACC

Tints of Free Speech Blue #334ACC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.49%

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

R = 15.5%
G = 22.49%
B = 62.01%

CMYK

 C value IS 0.75

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#334ACC (or 0x334ACC) is known color: Free Speech Blue. HEX triplet: 33, 4A and CC. RGB value is (51,74,204). Sum of RGB (Red+Green+Blue) = 51+74+204=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #334ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334ACC is #CCB533. Grayscale: #515151. Windows color (decimal): -13415732 or 13388339. OLE color: 13388339.

HSL color Cylindrical-coordinate representation of color #334ACC: hue angle of 230.98º 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 #334ACC is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 51 74 204 -
CMYK 0.75 0.64 0 0.2
HSL 230.98º 0.6% 0.5% -
HSV(B) 230.98º 0.75% 0.8% -
XYZ 14.71 9.96 58.27 -
YUV 81.94 196.88 105.93 -
System Red Green Blue C M Y K H S L
Decimal 51 74 204 0.75 0.64 0 0.2 230.98 0.6 0.5
Hex 33 4A CC 4B 40 0 14 E7 3C 32
Octal 63 112 314 113 100 0 24 347 74 62
Binary 110011 1001010 11001100 1001011 1000000 0 10100 11100111 111100 110010

Color Harmonies of #334ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334ACC

Black with #334ACC

Text Example


Text Example

White with #334ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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