Html Css Color HEX #343CCC Free Speech Blue

📋 copy color: '#343CCC'

red 52 ◦ green 60 ◦ blue 204

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

Shades of Free Speech Blue #343CCC

Tints of Free Speech Blue #343CCC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.99%

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

R = 16.46%
G = 18.99%
B = 64.56%

CMYK

 C value IS 0.75

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#343CCC (or 0x343CCC) is known color: Free Speech Blue. HEX triplet: 34, 3C and CC. RGB value is (52,60,204). Sum of RGB (Red+Green+Blue) = 52+60+204=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #343CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343CCC is #CBC333. Grayscale: #494949. Windows color (decimal): -13353780 or 13384756. OLE color: 13384756.

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

Color convert

RGB 52 60 204 -
CMYK 0.75 0.71 0 0.2
HSL 236.84º 0.6% 0.5% -
HSV(B) 236.84º 0.75% 0.8% -
XYZ 13.93 8.32 58 -
YUV 74.02 201.35 112.29 -
System Red Green Blue C M Y K H S L
Decimal 52 60 204 0.75 0.71 0 0.2 236.84 0.6 0.5
Hex 34 3C CC 4B 47 0 14 ED 3C 32
Octal 64 74 314 113 107 0 24 355 74 62
Binary 110100 111100 11001100 1001011 1000111 0 10100 11101101 111100 110010

Color Harmonies of #343CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343CCC

Black with #343CCC

Text Example


Text Example

White with #343CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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