Html Css Color HEX #344CDA Free Speech Blue

📋 copy color: '#344CDA'

red 52 ◦ green 76 ◦ blue 218

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

Shades of Free Speech Blue #344CDA

Tints of Free Speech Blue #344CDA

RGB

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

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

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

R = 15.03%
G = 21.97%
B = 63.01%

CMYK

 C value IS 0.76

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#344CDA (or 0x344CDA) is known color: Free Speech Blue. HEX triplet: 34, 4C and DA. RGB value is (52,76,218). Sum of RGB (Red+Green+Blue) = 52+76+218=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 218 (85.55% from 255 or 63.01% from 346); Max value from RGB is 218 - color contains mainly: blue. Hex color #344CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344CDA is #CBB325. Grayscale: #545454. Windows color (decimal): -13349670 or 14306356. OLE color: 14306356.

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

Color convert

RGB 52 76 218 -
CMYK 0.76 0.65 0 0.15
HSL 231.33º 0.69% 0.53% -
HSV(B) 231.33º 0.76% 0.85% -
XYZ 16.66 10.96 67.57 -
YUV 85.01 203.05 104.45 -
System Red Green Blue C M Y K H S L
Decimal 52 76 218 0.76 0.65 0 0.15 231.33 0.69 0.53
Hex 34 4C DA 4C 41 0 F E7 45 35
Octal 64 114 332 114 101 0 17 347 105 65
Binary 110100 1001100 11011010 1001100 1000001 0 1111 11100111 1000101 110101

Color Harmonies of #344CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344CDA

Black with #344CDA

Text Example


Text Example

White with #344CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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