Html Css Color HEX #343DCC Free Speech Blue

📋 copy color: '#343DCC'

red 52 ◦ green 61 ◦ blue 204

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

Shades of Free Speech Blue #343DCC

Tints of Free Speech Blue #343DCC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.24%

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

R = 16.4%
G = 19.24%
B = 64.35%

CMYK

 C value IS 0.75

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#343DCC (or 0x343DCC) is known color: Free Speech Blue. HEX triplet: 34, 3D and CC. RGB value is (52,61,204). Sum of RGB (Red+Green+Blue) = 52+61+204=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 204 (80.08% from 255 or 64.35% from 317); Max value from RGB is 204 - color contains mainly: blue. Hex color #343DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343DCC is #CBC233. Grayscale: #4A4A4A. Windows color (decimal): -13353524 or 13385012. OLE color: 13385012.

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

Color convert

RGB 52 61 204 -
CMYK 0.75 0.70 0 0.2
HSL 236.45º 0.6% 0.5% -
HSV(B) 236.45º 0.75% 0.8% -
XYZ 13.98 8.43 58.02 -
YUV 74.61 201.02 111.87 -
System Red Green Blue C M Y K H S L
Decimal 52 61 204 0.75 0.70 0 0.2 236.45 0.6 0.5
Hex 34 3D CC 4B 46 0 14 EC 3C 32
Octal 64 75 314 113 106 0 24 354 74 62
Binary 110100 111101 11001100 1001011 1000110 0 10100 11101100 111100 110010

Color Harmonies of #343DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343DCC

Black with #343DCC

Text Example


Text Example

White with #343DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343DCC; }

 p { color: rgb(52,61,204); }

 H1.HeaderClassName
 {
   color: #343DCC;
 }
 .AnyTagClassName
 {
   color: #343DCC;
 }
</style>

background-color css

<style>
 a { background-color: #343DCC; }

 a { background-color: rgb(52,61,204); }

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

border-color css

<style>
 span { border-color: #343DCC; }

 span { border-color: rgb(52,61,204); }

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