Html Css Color HEX #343DC9 Free Speech Blue

📋 copy color: '#343DC9'

red 52 ◦ green 61 ◦ blue 201

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

Shades of Free Speech Blue #343DC9

Tints of Free Speech Blue #343DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 64.01%

R = 16.56%
G = 19.43%
B = 64.01%

CMYK

 C value IS 0.74

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#343DC9 (or 0x343DC9) is known color: Free Speech Blue. HEX triplet: 34, 3D and C9. RGB value is (52,61,201). Sum of RGB (Red+Green+Blue) = 52+61+201=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 201 (78.91% from 255 or 64.01% from 314); Max value from RGB is 201 - color contains mainly: blue. Hex color #343DC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343DC9 is #CBC236. Grayscale: #494949. Windows color (decimal): -13353527 or 13188404. OLE color: 13188404.

HSL color Cylindrical-coordinate representation of color #343DC9: hue angle of 236.38º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #343DC9 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 52 61 201 -
CMYK 0.74 0.70 0 0.21
HSL 236.38º 0.59% 0.5% -
HSV(B) 236.38º 0.74% 0.79% -
XYZ 13.63 8.28 56.14 -
YUV 74.27 199.52 112.12 -
System Red Green Blue C M Y K H S L
Decimal 52 61 201 0.74 0.70 0 0.21 236.38 0.59 0.5
Hex 34 3D C9 4A 46 0 15 EC 3B 32
Octal 64 75 311 112 106 0 25 354 73 62
Binary 110100 111101 11001001 1001010 1000110 0 10101 11101100 111011 110010

Color Harmonies of #343DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343DC9

Black with #343DC9

Text Example


Text Example

White with #343DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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