Html Css Color HEX #344CCD Free Speech Blue

📋 copy color: '#344CCD'

red 52 ◦ green 76 ◦ blue 205

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

Shades of Free Speech Blue #344CCD

Tints of Free Speech Blue #344CCD

RGB

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

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

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

R = 15.62%
G = 22.82%
B = 61.56%

CMYK

 C value IS 0.75

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#344CCD (or 0x344CCD) is known color: Free Speech Blue. HEX triplet: 34, 4C and CD. RGB value is (52,76,205). Sum of RGB (Red+Green+Blue) = 52+76+205=333 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.62% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #344CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344CCD is #CBB332. Grayscale: #525252. Windows color (decimal): -13349683 or 13454388. OLE color: 13454388.

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

Color convert

RGB 52 76 205 -
CMYK 0.75 0.63 0 0.20
HSL 230.59º 0.6% 0.5% -
HSV(B) 230.59º 0.75% 0.8% -
XYZ 15.02 10.31 58.96 -
YUV 83.53 196.55 105.51 -
System Red Green Blue C M Y K H S L
Decimal 52 76 205 0.75 0.63 0 0.20 230.59 0.6 0.5
Hex 34 4C CD 4B 3F 0 14 E7 3C 32
Octal 64 114 315 113 77 0 24 347 74 62
Binary 110100 1001100 11001101 1001011 111111 0 10100 11100111 111100 110010

Color Harmonies of #344CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344CCD

Black with #344CCD

Text Example


Text Example

White with #344CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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