Html Css Color HEX #344ACD Free Speech Blue

📋 copy color: '#344ACD'

red 52 ◦ green 74 ◦ blue 205

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

Shades of Free Speech Blue #344ACD

Tints of Free Speech Blue #344ACD

RGB

 RED value IS 52 (20.7% from 255) = 15.71%

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

 BLUE value IS 205 (80.47% from 255) = 61.93%

R = 15.71%
G = 22.36%
B = 61.93%

CMYK

 C value IS 0.75

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#344ACD (or 0x344ACD) is known color: Free Speech Blue. HEX triplet: 34, 4A and CD. RGB value is (52,74,205). Sum of RGB (Red+Green+Blue) = 52+74+205=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 205 (80.47% from 255 or 61.93% from 331); Max value from RGB is 205 - color contains mainly: blue. Hex color #344ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344ACD is #CBB532. Grayscale: #515151. Windows color (decimal): -13350195 or 13453876. OLE color: 13453876.

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

Color convert

RGB 52 74 205 -
CMYK 0.75 0.64 0 0.20
HSL 231.37º 0.6% 0.5% -
HSV(B) 231.37º 0.75% 0.8% -
XYZ 14.88 10.04 58.91 -
YUV 82.36 197.21 106.35 -
System Red Green Blue C M Y K H S L
Decimal 52 74 205 0.75 0.64 0 0.20 231.37 0.6 0.5
Hex 34 4A CD 4B 40 0 14 E7 3C 32
Octal 64 112 315 113 100 0 24 347 74 62
Binary 110100 1001010 11001101 1001011 1000000 0 10100 11100111 111100 110010

Color Harmonies of #344ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344ACD

Black with #344ACD

Text Example


Text Example

White with #344ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344ACD; }

 p { color: rgb(52,74,205); }

 H1.HeaderClassName
 {
   color: #344ACD;
 }
 .AnyTagClassName
 {
   color: #344ACD;
 }
</style>

background-color css

<style>
 a { background-color: #344ACD; }

 a { background-color: rgb(52,74,205); }

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

border-color css

<style>
 span { border-color: #344ACD; }

 span { border-color: rgb(52,74,205); }

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