Html Css Color HEX #343FDA Free Speech Blue

📋 copy color: '#343FDA'

red 52 ◦ green 63 ◦ blue 218

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

Shades of Free Speech Blue #343FDA

Tints of Free Speech Blue #343FDA

RGB

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

 GREEN value IS 63 (25% from 255) = 18.92%

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

R = 15.62%
G = 18.92%
B = 65.47%

CMYK

 C value IS 0.76

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#343FDA (or 0x343FDA) is known color: Free Speech Blue. HEX triplet: 34, 3F and DA. RGB value is (52,63,218). Sum of RGB (Red+Green+Blue) = 52+63+218=333 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.62% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 218 (85.55% from 255 or 65.47% from 333); Max value from RGB is 218 - color contains mainly: blue. Hex color #343FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343FDA is #CBC025. Grayscale: #4C4C4C. Windows color (decimal): -13352998 or 14303028. OLE color: 14303028.

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

Color convert

RGB 52 63 218 -
CMYK 0.76 0.71 0 0.15
HSL 236.02º 0.69% 0.53% -
HSV(B) 236.02º 0.76% 0.85% -
XYZ 15.85 9.35 67.3 -
YUV 77.38 207.36 109.9 -
System Red Green Blue C M Y K H S L
Decimal 52 63 218 0.76 0.71 0 0.15 236.02 0.69 0.53
Hex 34 3F DA 4C 47 0 F EC 45 35
Octal 64 77 332 114 107 0 17 354 105 65
Binary 110100 111111 11011010 1001100 1000111 0 1111 11101100 1000101 110101

Color Harmonies of #343FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343FDA

Black with #343FDA

Text Example


Text Example

White with #343FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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