Html Css Color HEX #344ACE Free Speech Blue

📋 copy color: '#344ACE'

red 52 ◦ green 74 ◦ blue 206

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

Shades of Free Speech Blue #344ACE

Tints of Free Speech Blue #344ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 62.05%

R = 15.66%
G = 22.29%
B = 62.05%

CMYK

 C value IS 0.75

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#344ACE (or 0x344ACE) is known color: Free Speech Blue. HEX triplet: 34, 4A and CE. RGB value is (52,74,206). Sum of RGB (Red+Green+Blue) = 52+74+206=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #344ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344ACE is #CBB531. Grayscale: #515151. Windows color (decimal): -13350194 or 13519412. OLE color: 13519412.

HSL color Cylindrical-coordinate representation of color #344ACE: hue angle of 231.43º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #344ACE is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 74 206 -
CMYK 0.75 0.64 0 0.19
HSL 231.43º 0.61% 0.51% -
HSV(B) 231.43º 0.75% 0.81% -
XYZ 15.01 10.08 59.55 -
YUV 82.47 197.71 106.27 -
System Red Green Blue C M Y K H S L
Decimal 52 74 206 0.75 0.64 0 0.19 231.43 0.61 0.51
Hex 34 4A CE 4B 40 0 13 E7 3D 33
Octal 64 112 316 113 100 0 23 347 75 63
Binary 110100 1001010 11001110 1001011 1000000 0 10011 11100111 111101 110011

Color Harmonies of #344ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344ACE

Black with #344ACE

Text Example


Text Example

White with #344ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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